public interface ArchiveFile
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–2019 Codehaus Plexus. All rights reserved.