|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Archive | |
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 Archive in org.ejtools.archive |
Classes in org.ejtools.archive that implement Archive | |
class |
JarArchive
Implementation for a Jar based archive. |
Methods in org.ejtools.archive that return Archive | |
Archive |
JarArchive.getParent()
Return the parent archive of this archive |
Archive |
Archive.getParent()
Return the parent archive of this archive |
Methods in org.ejtools.archive with parameters of type Archive | |
void |
JarEntry.addTo(Archive archive)
Adds this entry to an archive |
void |
JarArchive.addTo(Archive archive)
Adds a feature to the To attribute of the JarArchive object |
void |
Entry.addTo(Archive archive)
Adds this entry to an archive |
Uses of Archive in org.ejtools.archive.io |
Methods in org.ejtools.archive.io with parameters of type Archive | |
void |
Writer.visit(Archive archive)
Visit an archive. |
void |
StreamWriter.visit(Archive archive)
Visit an archive. |
void |
StreamReader.visit(Archive archive)
Visit an archive. |
void |
Reader.visit(Archive archive)
Visit an archive. |
void |
DirectoryWriter.visit(Archive archive)
Visit an archive. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |