- isAtEnd
bool isAtEnd(IReadStream s)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
T read(IReadStream s)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
T read(IReadStream s, ulong bufsize)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
T read(IReadStream s, ulong bufsize)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
bool read(IReadStream s, T[] buffer, bool evalLength)
Undocumented in source. Be warned that the author may not have intended to support it.
- readLine
string readLine(IReadStream s, bool includeNewLine, Byte[] bom)
Undocumented in source. Be warned that the author may not have intended to support it.
- readVarBits
ulong readVarBits(IReadStream s)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStream
RamStream toStream(Byte[] a)
Undocumented in source. Be warned that the author may not have intended to support it.