Opens a connection to this URL
and returns an
InputStream
for reading from that connection. This
method is a shorthand for:
openConnection().getInputStream()
IOException | if an I/O exception occurs. |
java.net.URL.openConnection(), java.net.URLConnection.getInputStream()
Diagram: URL