Uses of Interface
org.ejtools.archive.Entry

Packages that use Entry
org.ejtools.archive Provides a simple API to read/write/browse archive (nested or not). 
org.ejtools.archive.io Provides the underlying read and write operation for the Archive IO system (Stream and File based). 
 

Uses of Entry in org.ejtools.archive
 

Subinterfaces of Entry in org.ejtools.archive
 interface Archive
          Interface that defines an archive.
 

Classes in org.ejtools.archive that implement Entry
 class JarArchive
          Implementation for a Jar based archive.
 class JarEntry
          Implementation for a Jar based entry.
 

Methods in org.ejtools.archive that return Entry
 Entry JarArchive.getEntry(java.lang.String uri)
          Returns the archive entry designated by this URI
 Entry JarArchive.getManifest()
          Returns the manifest entry of this archive
 Entry Archive.getEntry(java.lang.String uri)
          Returns the archive entry designated by this URI
 Entry Archive.getManifest()
          Returns the manifest entry of this archive
 

Methods in org.ejtools.archive with parameters of type Entry
 void JarArchive.addEntry(Entry entry)
          Adds an entry to this archive
 void JarArchive.removeEntry(Entry entry)
          Removes an entry from this archive
 void Archive.addEntry(Entry entry)
          Adds an entry to this archive
 void Archive.removeEntry(Entry entry)
          Removes an entry from this archive
 

Uses of Entry in org.ejtools.archive.io
 

Methods in org.ejtools.archive.io that return Entry
protected  Entry StreamReader.createEntry(java.lang.String uri)
          Helper method to create an entry.
 

Methods in org.ejtools.archive.io with parameters of type Entry
 void Writer.visit(Entry entry)
          Visit an entry.
 void StreamWriter.visit(Entry entry)
          Visit an entry.
 void StreamReader.visit(Entry entry)
          Visit an entry.
 void Reader.visit(Entry entry)
          Visit an entry.
 void DirectoryWriter.visit(Entry entry)
          Visit an entry.
 



Copyright © 2002-2003 EJTools Org.. All Rights Reserved.