Static
bytesStatic
clearStatic
concatStatic
convertConvert an array of bytes to a string of binary digits
The input array of bytes.
Optional
bitsPerValue: number = 8The number of bits to use per value.
The binary string representation of the input array.
Static
convertStatic
convertStatic
convertStatic
getStatic
isStatic
numberStatic
parseIt takes a hex value and converts it to a Uint8Array.
The input to be converted to a Uint8Array.
a Uint8Array
object
Static
parseIt takes a hex value and converts it to a hex string.
The input to be converted to a string.
The hex string representation of the input.
Generated using TypeDoc
Provide utiltiies to work with types