Install a handler for the error stream of the subprocess.
Parameters: is - input stream to read from the error stream from the subprocess throws: IOException - on error
Install a handler for the input stream of the subprocess.
Parameters: os - output stream to write to the standard input stream of thesubprocess throws: IOException - on error
Install a handler for the output stream of the subprocess.
Parameters: is - input stream to read from the error stream from the subprocess throws: IOException - on error