Pipe

A pipe created by pipe.

Members

Functions

close
void close()

Close both ends of the pipe

Variables

readEnd
PipeInputStream readEnd;

Read end of the pipe

writeEnd
PipeOutputStream writeEnd;

Write end of the pipe

Meta