73 nothing
write(
int value, timeout timeout_ms = -1);
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.
binary binary()
Always returns an empty binary object (of zero length)
nothing write(int value, timeout timeout_ms=-1)
Writes a single byte to the output stream.
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:8
nothing bulkWrite(binary data, timeout timeout_ms=-1)
Writes bytes to the input stream.
This class implements the OutputStream interface for writing bytes to a Binary buffer.
Definition: QC_BinaryOutputStream.dox.h:14
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:2