RamStream

Undocumented in source.

Members

Functions

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.
seekRead
void seekRead(ulong pos)
Undocumented in source. Be warned that the author may not have intended to support it.
seekWrite
void seekWrite(ulong pos)
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.
readPos
ulong readPos;
Undocumented in source.
writePos
ulong writePos;
Undocumented in source.

Meta