Long.reverseBytes

Returns the value obtained by reversing the order of the bytes in the two's complement representation of the specified {@code long} value.

@param i the value whose bytes are to be reversed @return the value obtained by reversing the bytes in the specified {@code long} value.

class Long
static
long
reverseBytes
(
long i
)

Meta