Return the byte address of the next byte to be read.
Return the next byte, or EOF on end of array.
Returns the next "length" bytes. If the returned array is shorter than "length", then we hit EOF.
Reads a little-endian short (two-byte) integer.
if true, an EOF after the first byte will result in just the first byte. Otherwise an EOF is returned.
the integer, or EOF on end of file.
Reads an ASCII string from the stream. If the returned string is shorter than "length", then we hit EOF.
Generated using TypeDoc
Provides an API for reading through a byte array.