BufferStream

Undocumented in source.

Members

Functions

finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
void peek(Byte[] buf, ulong maxSize)
Undocumented in source. Be warned that the author may not have intended to support it.
readBuf
bool readBuf(Byte[] buf, ulong maxSize)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
unreadBytes
ulong unreadBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
writeBuf
bool writeBuf(Byte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
Byte[] data;
Undocumented in source.
finished
bool finished;
Undocumented in source.

Meta