Qore Programming Language Reference Manual  0.9.10
QC_StdoutOutputStream.dox.h
1 namespace Qore {
4 
28 
29 public:
31 
33 nothing close();
34 
35 public:
37 /***/
39 
40 public:
42 
54 nothing write(binary data);
55 };
56 }
Qore::StdoutOutputStream
This class implements the OutputStream interface for writing bytes to the standard output stream stdo...
Definition: QC_StdoutOutputStream.dox.h:27
Qore::OutputStream
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
Qore::StdoutOutputStream::constructor
constructor()
Creates the StdoutOutputStream.
Qore::StdoutOutputStream::write
nothing write(binary data)
Writes bytes to the output stream.
Qore::StdoutOutputStream::close
nothing close()
Does nothing since stdout cannot be closed.
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)