Pipe

An interface to a pipe created by the pipe function.

Members

Functions

close
void close()

Closes both ends of the pipe.

Properties

readEnd
File readEnd [@property getter]

The read end of the pipe.

writeEnd
File writeEnd [@property getter]

The write end of the pipe.

Meta