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
Get the number of bytes in the FIFO
Consume and output a chunk, if one is present. If one is not present, and the guarantee option is true, it will consume a chunk from the source and output that.
If this method should get a chunk from the source if one is not present. False by default.
The ideal chunk size, N/A if guarantee is false.
The chunk. Will be an empty Uint8Array if no chunk is present.
Drop any spare chunks not in use down to leaving only toBytes total bytes allocated in them left
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 double 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 complement
Parse signed one's complements (one byte each) from bytes
How many one's complements to read
The parsed signed one's complements
Parse a string
How many bytes long the string is
Optionalmutf8: 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)
Change the internal chunk size for newly allocated chunks of this FIFO
Read from the start of the buffer
Read a array OR Uint8Array from the start of the buffer