Qore Programming Language Reference Manual  1.0.8
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 }
This class is not intended to be instantiated directly, please see StreamPipe.
Definition: QC_PipeInputStream.dox.h:18
constructor(bool syncClose=True, timeout timeout_ms=-1, int bufferSize=4096)
Creates the StreamPipe.
PipeOutputStream getOutputStream()
Returns the output stream connected to the pipe.
const True
logical True
Definition: qc_qore.dox.h:98
This class provides a pair of streams connected through a buffer.
Definition: QC_StreamPipe.dox.h:70
This class is not intended to be instantiated directly, please see StreamPipe.
Definition: QC_PipeOutputStream.dox.h:18
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
PipeInputStream getInputStream()
Returns the input stream connected to the pipe.