StdoutStream

Undocumented in source.
class StdoutStream : FileReader {}

Constructors

this
this(string command)
Undocumented in source.

Inherited Members

From FileReader

file
File file;
Undocumented in source.
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.

Meta