A buffer sequence stream to read a sequence of bytes.
Colton Daily
Closes the stream and prevents it from being read again.
Reads the next Byte and returns as an Int.
Reads the next chunk of the specified size or until it reaches the end of the ByteSequenceStream.
Reads the next Float.
Reads the next Int
Reads the next Short and returns as an Int.
Reads the next Byte as an unsigned byte and returns as an Int.
Reads the next Int as an unsigned int and returns as an Int.
Reads the next Short as an unsigned short and returns as an Int.
Resets the chunk iterator back to the beginning.
Skip the next specified amount of bytes to read