Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_PipeOutputStream.dox.h
1
2namespace Qore {
4
19
20public:
22
25nothing close();
26
27protected:
29/***/
31
32public:
34
37nothing reportError(hash ex);
38
39public:
41
44nothing write(binary data);
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.
binary binary()
Always returns an empty binary object (of zero length)
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2