UPipePair
Class
The class UPipePair
represents a pair of HFILE handles connected
by an OS/2 unnamed pipe. The read and write ends of the pipe are returned
by the functions readHand()
and writeHand()
. The destructor
for this class closes both ends of the pipe, unless this responsibility
has been taken away by the functions dontCloseRead()
or
dontCloseWrite()
.
This class is used to implement the upipestream classes.