Struct Pipe
A pipe created by pipe
.
struct Pipe
;
Fields
Name | Type | Description |
---|---|---|
readEnd
|
PipeInputStream | Read end of the pipe |
writeEnd
|
PipeOutputStream | Write end of the pipe |
Methods
Name | Description |
---|---|
close
()
|
Close both ends of the pipe |