Struct PipeInputStream
A stream for tBatchBufferhe write end of a pipe.
struct PipeInputStream
;
Properties
Name | Type | Description |
---|---|---|
dataAvailableForRead [get]
|
bool | |
empty [get]
|
bool | |
leastSize [get]
|
ulong |
Methods
Name | Description |
---|---|
close
()
|
Close the read end of the pipe immediately. |
opCast
()
|
|
peek
()
|
|
read
(dst, mode)
|
|
read
(dst)
|
|
waitForData
(timeout)
|