a buffer-like object
ArrayBuffer
Concatenate multiple array buffers.
The buffers to concatenate.
Return an array buffer from its hexadecimal representation.
The hexadecimal string.
string
number representing hashed label
Decode a leb encoded buffer into a bigint. The number will always be positive (does not support signed leb encoding).
A Buffer containing the leb encoded bits.
Encode a positive number (or bigint) into a Buffer. The number will be floored to the nearest integer.
The number to encode.
Pipe from buffer-pipe
number
bigint
Pipe from buffer-pipe
number
bigint
an IDL type
an input for that type
Pipe from buffer-pipe
number
Buffer
PipeArrayBuffer simulating buffer-pipe api
Decode a leb encoded buffer into a bigint. The number is decoded with support for negative signed-leb encoding.
A Buffer containing the signed leb encoded bits.
Encode a number (or bigint) into a Buffer, with support for negative numbers. The number will be floored to the nearest integer.
The number to encode.
Returns an hexadecimal representation of an array buffer.
The array buffer.
Returns a true ArrayBuffer from a Uint8Array, as Uint8Array.buffer is unsafe.
Uint8Array to convert
ArrayBuffer
bigint or number
number
ArrayBuffer
bigint or number
number
Buffer
Generated using TypeDoc
Returns a true ArrayBuffer from an ArrayBufferLike object.