This method reads from the InputStream of the passed in URL connection and uses the data downloaded to create an acdk::lang::Object represening the content.
For example, if the URL is pointing to a GIF file, this method might return an Image object. This method should be overridden by subclasses.
- Parameters:
-
- Returns:
- An object representing the data read
- Exceptions:
-
|