Class: ByteArray

ByteArray(fixedSize, arrayInput)

Represents a fixed size byte array.

Constructor

new ByteArray(fixedSize, arrayInput)

Creates a byte array.
Parameters:
Name Type Description
fixedSize number Size of the array.
arrayInput Uint8Array | string Byte array or hex string.
Source:

Methods

toString() → {string}

Returns string representation of this object.
Source:
Returns:
String representation of this object
Type
string