Returns an input stream object for the specified url connection object.
Syntax
openStream( url )
url.openStream( )
Parameters
url
|
the url object to use.
|
Returns
inputstream
|
the input stream object for the specified url object.
|
Example
istream = u.openStream( )
|