public class NumberUtil
extends java.lang.Object
Constructor and Description |
---|
NumberUtil() |
Modifier and Type | Method and Description |
---|---|
static int |
safeLongToInt(long l)
Helper method for converting the long values from the exoplayer into ints that will
work with the Brightcove SDK.
|
public static int safeLongToInt(long l)
l
- the long value to be converted.java.lang.InterruptedException
- when the value cannot be converted.