constructor()
Creates the StderrOutputStream.
nothing close()
Does nothing since stderr cannot be closed.
binary binary()
Always returns an empty binary object (of zero length)
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
Qore namespace.
Definition: QC_AbstractBidirectionalIterator.dox.h:2
nothing write(binary data)
Writes bytes to the output stream.
This class implements the OutputStream interface for writing bytes to the standard output stream stde...
Definition: QC_StderrOutputStream.dox.h:27