Returns the output stream object of the specified sub process object.
Syntax
getOutputStream( process )
process.getOutputStream( )
Parameters
process
|
the process object to get the output stream object from.
|
Returns
outputstream
|
the output stream object from the specified process object.
|
Example
outputStream = proc.getOutputStream( )
|