Qore Programming Language Reference Manual  1.0.8
QC_TransformOutputStream.dox.h
1 namespace Qore {
4 
17 
18 public:
20 
25 nothing close();
26 
27 public:
29 
33 
34 public:
36 
41 nothing write(binary data);
42 };
43 }
constructor()
Constructor.
binary binary()
Always returns an empty binary object (of zero length)
nothing close()
Flushes any buffered (unwritten) bytes, closes the output stream and releases all resources...
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:16
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
nothing write(binary data)
Writes bytes to the output stream.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3