Qore Programming Language Reference Manual 1.19.2
Loading...
Searching...
No Matches
QC_StreamPipe.dox.h
1
2namespace Qore {
4
71
72public:
74
80 constructor(bool syncClose = True, timeout timeout_ms = -1, int bufferSize = 4096);
81
82public:
84
87
88public:
90
93};
94}
This class is not intended to be instantiated directly, please see StreamPipe.
Definition: QC_PipeInputStream.dox.h:18
This class is not intended to be instantiated directly, please see StreamPipe.
Definition: QC_PipeOutputStream.dox.h:18
This class provides a pair of streams connected through a buffer.
Definition: QC_StreamPipe.dox.h:70
PipeOutputStream getOutputStream()
Returns the output stream connected to the pipe.
PipeInputStream getInputStream()
Returns the input stream connected to the pipe.
constructor(bool syncClose=True, timeout timeout_ms=-1, int bufferSize=4096)
Creates the StreamPipe.
const True
logical True
Definition: qc_qore.dox.h:98
Qore namespace.
Definition: QC_AbstractSmartLock.dox.h:2