easyd.stream

Undocumented in source.

Members

Classes

BufferStream
class BufferStream
Undocumented in source.
FileReader
class FileReader
Undocumented in source.
FileWriter
class FileWriter
Undocumented in source.
IReadWriteStream
class IReadWriteStream
Undocumented in source.
ISeekableReadWriteStream
class ISeekableReadWriteStream
Undocumented in source.
IWriteStream
class IWriteStream
Undocumented in source.
RamStream
class RamStream
Undocumented in source.

Functions

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.

Interfaces

IReadStream
interface IReadStream
Undocumented in source.
ISeekableStream
interface ISeekableStream
Undocumented in source.

Meta