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