FileReader

Undocumented in source.

Constructors

this
this(string fileName, bool allowStdIn)
Undocumented in source.
this
this()
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.
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.

Variables

file
File file;
Undocumented in source.

Inherited Members

From IReadStream

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

From ISeekableStream

seekRead
void seekRead(ulong pos)
Undocumented in source.
seekWrite
void seekWrite(ulong pos)
Undocumented in source.

Meta