33 abstract nothing
close();
57 abstract nothing
write(
int value, timeout timeout_ms = -1);
constructor()
Constructor.
abstract nothing write(int value, timeout timeout_ms=-1)
Writes a single byte to the output stream.
binary binary()
Always returns an empty binary object (of zero length)
abstract nothing close()
Closes the output stream and releases any resources.
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:8
abstract nothing bulkWrite(binary data, timeout timeout_ms=-1)
Writes bytes to the input stream.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:2