Qore Programming Language Reference Manual 2.0.0
All Classes Namespaces Functions Variables Modules Pages
QC_OutputStream.dox.h
1
2namespace Qore {
4
18class OutputStream : public StreamBase {
19
20public:
22
25
26public:
28
31
32public:
34
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
list< auto > list(...)
Returns a list of the arguments passed at the top level.
binary binary()
Always returns an empty binary object (of zero length)
Qore namespace.
Definition QC_AbstractSmartLock.dox.h:2