 |
Qore Programming Language Reference Manual
0.9.4.1
|
This class implements the OutputStream interface for writing bytes to the standard output stream stdo...
Definition: QC_StdoutOutputStream.dox.h:27
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
constructor()
Creates the StdoutOutputStream.
nothing write(binary data)
Writes bytes to the output stream.
nothing close()
Does nothing since stdout cannot be closed.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:2
binary binary()
Always returns an empty binary object (of zero length)