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