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