Returns the output stream object of the specified socket or url connection object.
Syntax
getOutputStream( isocket )
isocket.getOutputStream( )
Parameters
isocket
|
the socket or url connection object to use.
|
Returns
outputstream
|
the output stream object.
|
Example
ostream = sct.getOutputStream( )
|