Returns the error stream object of the specified sub process object.
Syntax
getErrorStream( process )
process.getErrorStream( )
Parameters
process
|
the process object to get the error input stream object from.
|
Returns
inputstream
|
the error input stream object from the specified process object.
|
Example
errStream = proc.getErrorStream( )
|