- setup
void setup(std.stdio.File file)
Undocumented in source. Be warned that the author may not have intended to support it.
- stdFile
std.stdio.File stdFile [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- leastSize
ulong leastSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- dataAvailableForRead
bool dataAvailableForRead [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- connected
bool connected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- waitForData
bool waitForData(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- peek
const(ubyte)[] peek()
Undocumented in source. Be warned that the author may not have intended to support it.
- read
size_t read(ubyte[] dst, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- read
alias read = ConnectionStream.read
Undocumented in source.
- write
size_t write(const(ubyte)[] bytes_, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
size_t write(ubyte[] bytes_, IOMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- write
alias write = ConnectionStream.write
Undocumented in source.
- flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- finalize
void finalize()
Undocumented in source. Be warned that the author may not have intended to support it.
- enforceReadable
void enforceReadable()
Undocumented in source. Be warned that the author may not have intended to support it.
- enforceWritable
void enforceWritable()
Undocumented in source. Be warned that the author may not have intended to support it.
OutputStream that writes to stdout