public interface ArchiveFile
Modifier and Type | Interface and Description |
---|---|
static interface |
ArchiveFile.Entry
Interfave of a archive file entry.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<? extends org.apache.commons.compress.archivers.ArchiveEntry> |
getEntries()
Returns an enumeration with the archive files entries.
|
InputStream |
getInputStream(org.apache.commons.compress.archivers.ArchiveEntry entry)
Returns an
InputStream with the given entries contents. |
Enumeration<? extends org.apache.commons.compress.archivers.ArchiveEntry> getEntries() throws IOException
ArchiveEntry
.IOException
InputStream getInputStream(org.apache.commons.compress.archivers.ArchiveEntry entry) throws IOException
InputStream
with the given entries contents.
org.apache.commons.compress.archivers.ArchiveEntryIOException
Copyright © 2001-2014 Codehaus. All Rights Reserved.