static fun encodeLong(value: Long, bitLength: Int): Bytes!
(source)
Encode a two's-compliment long integer to a Bytes
value.
value
- Long: the long to encode
bitLength
- Int: the bit length of the integer value (must be a multiple of 8)
IllegalArgumentException
- if the value is too large for the specified bitLength