ContentHandler.getContent
Class Overview | Class Members | 
  This Package | 
All Packages
 public abstract Object getContent( URLConnection urlc ) throws IOException
Parameters
-  urlc 
-  a URL connection.
    
Returns
     the object read by the ContentHandler.
    Description
 Given a URL connect stream positioned at the beginning of the 
 representation of an object, this method reads that stream and 
 creates an object from it.
  
Exceptions
 IOException
     if an I/O error occurs while reading the object.