URL.getContent
Class Overview | Class Members |
This Package |
All Packages
public final Object getContent() throws IOException
Returns
the contents of this URL.
Description
Returns the contents of this URL. This method is a shorthand for:
openConnection().getContent()
Exceptions
IOException
if an I/O exception occurs.
See Also
getContent