PipeStream.this

Constructs a new piped-stream with the file descriptors of the read and write ends provided

Parameters

readEnd int

the fd of the pipe's read end

writeEnd int

the fd of the pipe's write end

Meta