intToByte4
Encode an integer to a byte. It is built upon .longToInt4 and leverages the fact that longToInt4(Integer.MAX_VALUE) is less than 255 to encode low values more accurately.
Encode an integer to a byte. It is built upon .longToInt4 and leverages the fact that longToInt4(Integer.MAX_VALUE) is less than 255 to encode low values more accurately.