public interface ArchiveFile
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<? extends org.apache.commons.compress.archivers.ArchiveEntry> |
getEntries()
Returns an enumeration with the archive files entries.
|
java.io.InputStream |
getInputStream(org.apache.commons.compress.archivers.ArchiveEntry entry)
Returns an
InputStream with the given entries contents. |
java.util.Enumeration<? extends org.apache.commons.compress.archivers.ArchiveEntry> getEntries() throws java.io.IOException
ArchiveEntry
.java.io.IOException
java.io.InputStream getInputStream(org.apache.commons.compress.archivers.ArchiveEntry entry) throws java.io.IOException
InputStream
with the given entries contents.
org.apache.commons.compress.archivers.ArchiveEntryjava.io.IOException