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)
The current offset in the buffer
The current offset in the buffer
If the buffer is little endian
If the buffer is little endian
The remaining length of the buffer
The length of the buffer
Read a number array (0-255) from the start of the buffer
How many bytes to read
Read a number array (0-255) from the start of the buffer backwards
How many bytes to read
Parse a double
The parsed float
Parse a float
The parsed float
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 integer
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 a signed one's complement from a byte
The parsed signed one's compement
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 complement from a single byte
The parsed twos complement
Parse a two's complements from single bytes
How many two's complements to parse
The parsed twos complements
Read a Uint8Array from the start of the buffer
How many bytes to read
Read 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)
Read from the start of the buffer
Read a array OR Uint8Array from the start of the buffer