Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_OutputStream.dox.h
1
2namespace Qore {
4
18class OutputStream : public StreamBase {
19
20public:
22
24abstract nothing close();
25
26public:
28
31
32public:
34
41abstract nothing write(binary data);
42};
43}
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
abstract nothing close()
Flushes any buffered (unwritten) bytes, closes the output stream and releases all resources.
constructor()
Constructor.
abstract nothing write(binary data)
Writes bytes to the output stream.
This class defines the API for single thread streams.
Definition: QC_StreamBase.dox.h:14
binary binary()
Always returns an empty binary object (of zero length)
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2