Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_TransformOutputStream.dox.h
1
2namespace Qore {
4
18
19public:
21
27nothing close();
28
29public:
31
35
36public:
38
44nothing write(binary data);
45};
46}
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
Marker interface for transformations usable in TransformOutputStream and TransformInputStream.
Definition: QC_Transform.dox.h:12
This class implements the OutputStream interface for writing bytes to another OutputStream while appl...
Definition: QC_TransformOutputStream.dox.h:17
constructor(Qore::OutputStream os, Qore::Transform t)
Creates the TransformOutputStream.
nothing write(binary data)
Writes bytes to the output stream.
nothing close()
Flushes any buffered (unwritten) bytes, closes the output stream and releases all resources.
binary binary()
Always returns an empty binary object (of zero length)
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2