URLConnection.getInputStream
Class Overview | Class Members |
This Package |
All Packages
public InputStream getInputStream() throws IOException
Returns
an input stream that reads from this open connection.
Description
Returns an input stream that reads from this open connection.
Exceptions
IOException
if an I/O error occurs while
creating the input stream.
Exceptions
UnknownServiceException
if the protocol does not support
input.