IReadWriteStream

Undocumented in source.
abstract
class IReadWriteStream : IWriteStream , IReadStream

Inherited Members

From IWriteStream

writeBuf
bool writeBuf(Byte[] buf)
Undocumented in source.
finish
void finish()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T data)
Undocumented in source. Be warned that the author may not have intended to support it.
writeVarBits
void writeVarBits(ulong x)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T[] data, bool includeLength)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLine
void writeLine(string s)
Undocumented in source. Be warned that the author may not have intended to support it.

From IReadStream

readBuf
bool readBuf(Byte[] buf, ulong maxSize)
Undocumented in source.

Meta