Android Utililty Methods Long to Byte Convert
List of utility methods to do Long to Byte Convert
HOME
Android
L
Long to Byte Convert
Description
The list of methods to do Long to Byte Convert are organized into topic(s).
Method
byte
long2(long x)
long
return
(
byte
) (x >> 16);