Qore Programming Language Reference Manual  0.9.4.2
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 }
Qore::BinaryOutputStream::write
nothing write(binary data)
Writes bytes to the output stream.
Qore::BinaryOutputStream
This class implements the OutputStream interface for writing bytes to a Binary buffer.
Definition: QC_BinaryOutputStream.dox.h:24
Qore::BinaryOutputStream::getData
binary getData()
Returns the data written to the stream, clearing the internal buffer.
Qore::OutputStream
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
Qore::BinaryOutputStream::constructor
constructor()
Creates the BinaryOutputStream.
Qore::BinaryOutputStream::close
nothing close()
Closes the output stream and releases any resources.
Qore
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
Qore::binary
binary binary()
Always returns an empty binary object (of zero length)