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