URL.openStream

URL.openStream

Class Overview | Class Members | This Package | All Packages

Syntax
public final InputStream openStream() throws IOException
Returns
an input stream for reading from the URL connection.
Description
Opens a connection to this URL and returns an InputStream for reading from that connection. This method is a shorthand for:

Exceptions
IOException if an I/O exception occurs.