new jBitConverter()
Bit converter
- Source:
Methods
-
(static) int16ToByteArray(number) → {byteArray}
-
Convert Int16 to byte array
Parameters:
Name Type Description number
Int16 - Source:
Returns:
bytes array- Type
- byteArray
-
(static) int32ToByteArray(number) → {byteArray}
-
Convert Int32 to byte array
Parameters:
Name Type Description number
Int32 - Source:
Returns:
bytes array- Type
- byteArray