org.codehaus.plexus.archiver
public interface ArchiveFile
Nested Class Summary | |
---|---|
static interface | ArchiveFile.Entry
Interfave of a archive file entry. |
Method Summary | |
---|---|
Enumeration | getEntries()
Returns an enumeration with the archive files entries.
|
InputStream | getInputStream(ArchiveFile.Entry entry)
Returns an InputStream with the given entries contents. |