Package com.banuba.sdk.internal.utils
Class TypeUtils
java.lang.Object
com.banuba.sdk.internal.utils.TypeUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic long
getLongFromInts
(int valueHigh, int valueLow) static int
getLongHighBits
(long value) static int
getLongLowBits
(long value)
-
Method Details
-
getLongHighBits
public static int getLongHighBits(long value) -
getLongLowBits
public static int getLongLowBits(long value) -
getLongFromInts
public static long getLongFromInts(int valueHigh, int valueLow)
-