Qore::OutputStream getStream()
Returns the output stream.
write(binary data)
Writes bytes to the output stream.
Qore::OutputStream stream
The output stream object.
Definition: OutputStramWrapper.qc.dox.h:34
methodGate(string m)
Redirects any method calls to the stream.
Contains all public definitions in the FileLocationHandler module.
Definition: FileLocationHandler.qc.dox.h:26
The abstract file location handler class.
Definition: OutputStramWrapper.qc.dox.h:28
close()
Flushes any buffered (unwritten) bytes, closes the output stream and releases all resources...
waitForIo()
Wait for any background I/O to complete.
Qore::Thread::Counter cnt
The synchronization Counter.
Definition: OutputStramWrapper.qc.dox.h:37