Qore Programming Language Reference Manual 2.0.0
Loading...
Searching...
No Matches
QC_TransformOutputStream.dox.h
1
2namespace Qore {
4
18
19public:
21
28
29public:
31
35
36public:
38
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.
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