Constructor
The buffer to read
The data buffer associated with this data reader.
The current byte offset from the beginning of the data buffer.
Loads the given byte length.
The byte length to load
A promise that resolves when the load is complete
Read a string from the currently loaded data range.
The byte length to read
The string read
Read a unsigned 32-bit integer from the currently loaded data range.
The 32-bit integer read
Read a byte array from the currently loaded data range.
The byte length to read
The byte array read
Skips the given byte length the currently loaded data range.
The byte length to skip
Generated using TypeDoc
Utility class for reading from a data buffer