All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.www.content.application.x_tar

java.lang.Object
   |
   +----java.net.ContentHandler
           |
           +----net.www.content.application.x_tar

public class x_tar
extends ContentHandler

Constructor Index

 o x_tar()

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_tar
 public x_tar()

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