BinaryStream

Undocumented in source.

Destructor

~this
~this()

Destructor

Members

Functions

rewind
void rewind()

Rewinds back to the beginning of the buffer

tell
size_t tell()

Gets how far has been read in to the buffer

Static functions

create
BinaryStream* create()

Creates a new stream

Variables

buffer
ubyte[] buffer;

The buffer

stream
asIBinaryStream* stream;
Undocumented in source.

Meta