Qore Programming Language Reference Manual  1.0.8
QC_BinaryOutputStream.dox.h
1 namespace Qore {
4 
25 
26 public:
28 
30 nothing close();
31 
32 public:
34 /***/
35  constructor();
36 
37 public:
39 
52 binary getData();
53 
54 public:
56 
69 nothing write(binary data);
70 };
71 }
nothing close()
Closes the output stream and releases any resources.
binary getData()
Returns the data written to the stream, clearing the internal buffer.
constructor()
Creates the BinaryOutputStream.
nothing write(binary data)
Writes bytes to the output stream.
binary binary()
Always returns an empty binary object (of zero length)
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
This class implements the OutputStream interface for writing bytes to a Binary buffer.
Definition: QC_BinaryOutputStream.dox.h:24
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3