ChunkReader

Read a ubyte[] by chunks

Members

Functions

peek
const(T[]) peek(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
read
T read()
Undocumented in source. Be warned that the author may not have intended to support it.
readArray
const(T[]) readArray(size_t length)
Undocumented in source. Be warned that the author may not have intended to support it.
readPackedStruct
T readPackedStruct()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

bytesLeft
size_t bytesLeft [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
ubyte[] data;
Undocumented in source.
read_ptr
size_t read_ptr;
Undocumented in source.

Meta