WrapStream

Undocumented in source.

Constructors

this
this(Stream stream)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(char c)
Undocumented in source. Be warned that the author may not have intended to support it.
readLine
ubyte[] readLine()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

stream
Stream stream;
Undocumented in source.

Inherited Members

From IStream

readLine
ubyte[] readLine()
Undocumented in source.
empty
bool empty()
Undocumented in source.

Meta