Reads entire stream as ubyte[] array
Reads an unsigned byte from the stream
Reads an array of ubytes from the stream
Sets the current position in the stream
Sets the stream endianness. Affects on the byte order during read and write units and ulongs.
Returns the current positon in the stream
Writes an unsigned byte to the stream
Writes an array of unsigned bytes to the stream
Sets the stream endianness. Affects on the byte order during read and write units and ulongs.
Returns the current positon in the stream
Sets the current position in the stream
Writes an unsigned byte to the stream
Writes an array of unsigned bytes to the stream
Reads an unsigned byte from the stream
Reads an array of ubytes from the stream
Reads entire stream as ubyte[] array
Abstract i/o stream interface