Android Utililty Methods Long to Byte Convert

List of utility methods to do Long to Byte Convert

Description

The list of methods to do Long to Byte Convert are organized into topic(s).

Method

bytelong2(long x)
long
return (byte) (x >> 16);