 |
Qore Programming Language Reference Manual
0.9.4.5
|
nothing write(binary data)
Writes bytes to the output stream.
nothing close()
Flushes any buffered (unwritten) bytes, closes the output stream and releases all resources.
An OutputStream implementation that performs on-the-fly conversion between two character encodings.
Definition: QC_EncodingConversionOutputStream.dox.h:22
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
constructor(Qore::OutputStream os, string sourceEncoding, string destEncoding)
Creates the EncodingConversionOutputStream based on the OutputStream given.
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
binary binary()
Always returns an empty binary object (of zero length)