Includes a utility class for unix-pipe chaining of system processes.
Represents a chain of processes with each member piping its stdout into the next members stdin.
Represents a single running process in the chain.
See Source File
Includes a utility class for unix-pipe chaining of system processes.