Qore Programming Language Reference Manual  0.9.4.2
QC_StderrOutputStream.dox.h
1 namespace Qore {
4 
28 
29 public:
31 
33 nothing close();
34 
35 public:
37 /***/
38  constructor();
39 
40 public:
42 
54 nothing write(binary data);
55 };
56 }
Qore::StderrOutputStream::close
nothing close()
Does nothing since stderr cannot be closed.
Qore::StderrOutputStream
This class implements the OutputStream interface for writing bytes to the standard output stream stde...
Definition: QC_StderrOutputStream.dox.h:27
Qore::StderrOutputStream::write
nothing write(binary data)
Writes bytes to the output stream.
Qore::OutputStream
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
Qore::StderrOutputStream::constructor
constructor()
Creates the StderrOutputStream.
Qore
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
Qore::binary
binary binary()
Always returns an empty binary object (of zero length)