Abstract
Read a number array (0-255) from the start of the buffer backwards (endian-dependent)
Read a number array (0-255) from the start of the buffer (endian-dependent)
Read a array OR Uint8Array from the start of the buffer backwards
Read a array-like (May be a array or uint8array but don't count on it) from the start of the buffer backwards (endian-dependent)
Read a array-like (May be a array or uint8array but don't count on it) from the start of the buffer (endian-dependent)
Read a Uint8Array from the start of the buffer backwards (endian-dependent)
Read a Uint8Array from the start of the buffer (endian-dependent)
If the buffer is little endian
If the buffer is little endian
Abstract
readRead a number array (0-255) from the start of the buffer
How many bytes to read
Abstract
readRead a number array (0-255) from the start of the buffer backwards
How many bytes to read
Read a ReadableBuffer from the start of the buffer
How many bytes to read
Parse a signed integer
How many bytes long the signed integer is
The parsed signed integer
Parse a signed integer as a bigint
How many bytes long the signed integer is
The parsed signed integer (as a bigint)
Parse a signed integer from a byte
The parsed signed integers
Parse a signed one's complement
How long the signed one's complement is
The parsed signed ones compement
Parse a signed one's complement as a bigint
How long the signed one's complement is
The parsed signed ones compement (as a bigint)
Parse signed one's complements (one byte each) from bytes
How many one's complements to read
The parsed signed one's compements
Parse a string
How many bytes long the string is
Optional
mutf8: boolean = falseIf the string is mutf8
The parsed string
Parse a two's complement
How many bytes it is
The parsed twos complement
Parse a two's complement as a bigint
How many bytes it is
The parsed twos complement (as a bigint)
Parse a two's complements from single bytes
How many two's complements to parse
The parsed twos complements
Abstract
readRead a Uint8Array from the start of the buffer
How many bytes to read
Abstract
readRead a Uint8Array from the start of the buffer backwards
How many bytes to read
Read a unsigned integer
How many bytes the data is
The parsed unsigned integer
Read a unsigned integer as a bigint
How many bytes the data is
The parsed unsigned integer (as a bigint)
Abstract
shiftRead from the start of the buffer
Read a array OR Uint8Array from the start of the buffer