The buffer to read from.
The created reader.
Create a hazel reader from a string.
The string to read from.
The created reader.
Create a hazel reader from a number array.
The byte array to read from.
The created reader.
Read a single boolean value.
The boolean that was read.
Read a single unsigned byte.
The byte that was read.
Read a specified number of bytes.
The number of bytes to read.
Read a single ascii character.
The character that was read.
Check whether two hazel buffers contain the same information.
The other hazel writer to check.
Whether or not the hazel writers are the same.
Read an IEEE 754 floating point number.
The value that was read.
Move the cursor to a position.
The position to move to.
The writer.
Read a signed 16-bit integer value.
The value that was read.
Read a signed 32-bit integer value.
The value that was read.
Read a signed 64-bit integer value.
The value that was read.
Read a signed 8-bit integer value.
The value that was read.
Skip a speciied number of bytes.
The writer.
Read an object list from the buffer.
The length of the list.
The function accepting a single reader to use for reading data.
Read a list of deserializable objects from the reader.
The object class to read.
An array of deserialized objects.
Read a hazel message.
The message that was read.
Read a signed variable-sized integer.
The value that was read.
Read a deserializable object from the reader.
The object class to read.
The deserialized data.
Read a single signed byte.
The byte that was read.
Read a list of chars.
The string that was read.
Read an unsigned 16-bit integer value.
The value that was read.
Read an unsigned 32-bit integer value.
The value that was read.
Read an unsigned 64-bit integer value.
The value that was read.
Read an unsigned 8-bit integer value.
The value that was read.
Read an unsigned variable-sized integer.
The value that was read.
Read a vector position.
The vector that was read.
The buffer that the writer or reader is targeting.
The current position of the writer or reader.
The number of bytes left in the writer or reader.
The size of the buffer that the writer or reader is targeting.
Generated using TypeDoc
Create a hazel reader from a buffer.