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.
See Implementation
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.