All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.www.content.extension_token.x_SepRegularData

java.lang.Object
   |
   +----java.net.ContentHandler
           |
           +----net.www.content.extension_token.x_SepRegularData

public class x_SepRegularData
extends ContentHandler

Constructor Index

 o x_SepRegularData()

Method Index

 o getContent(URLConnection)
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.

Constructors

 o x_SepRegularData
 public x_SepRegularData()

Methods

 o getContent
 public Object getContent(URLConnection uc) throws IOException
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.

Overrides:
getContent in class ContentHandler

All Packages  Class Hierarchy  This Package  Previous  Next  Index