Qore Programming Language Reference Manual 2.0.0
Loading...
Searching...
No Matches
QC_BinaryOutputStream.dox.h
1
2namespace Qore {
4
25
26public:
28
31
32public:
34/***/
36
37public:
39
53
54public:
56
70};
71}
This class implements the OutputStream interface for writing bytes to a Binary buffer.
Definition QC_BinaryOutputStream.dox.h:24
binary getData()
Returns the data written to the stream, clearing the internal buffer.
nothing write(binary data)
Writes bytes to the output stream.
nothing close()
Closes the output stream and releases any resources.
constructor()
Creates the BinaryOutputStream.
This class defines an abstract interface for output streams.
Definition QC_OutputStream.dox.h:18
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