Qore Programming Language Reference Manual 2.0.0
Loading...
Searching...
No Matches
QC_PipeOutputStream.dox.h
1
2namespace Qore {
4
19
20public:
22
26
27protected:
29/***/
31
32public:
34
38
39public:
41
45};
46}
This class defines an abstract interface for output streams.
Definition QC_OutputStream.dox.h:18
This class is not intended to be instantiated directly, please see StreamPipe.
Definition QC_PipeOutputStream.dox.h:18
nothing reportError(hash ex)
Causes all operations on both pipe streams to wake up and throw an exception.
constructor()
Creates the PipeOutputStream.
nothing close()
Closes the output stream and releases any resources.
nothing write(binary data)
Writes bytes to the output stream.
hash< auto > hash()
Always returns the same hash passed.
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