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 |
getEntries()
Returns an enumeration with the archive files entries.
|
InputStream |
getInputStream(ArchiveFile.Entry entry)
Returns an
InputStream with the given entries contents. |
Enumeration getEntries() throws IOException
ArchiveFile.Entry
.IOException
InputStream getInputStream(ArchiveFile.Entry entry) throws IOException
InputStream
with the given entries contents.IOException
Copyright © 2001-2012 Codehaus. All Rights Reserved.