 |
Qore Programming Language Reference Manual
0.9.4.1
|
24 abstract nothing
close();
constructor()
Constructor.
abstract nothing write(binary data)
Writes bytes to the output stream.
This class defines an abstract interface for output streams.
Definition: QC_OutputStream.dox.h:18
abstract nothing close()
Flushes any buffered (unwritten) bytes, closes the output stream and releases all resources.
This class defines the API for single thread streams.
Definition: QC_StreamBase.dox.h:14
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:2
binary binary()
Always returns an empty binary object (of zero length)