|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface of a zip, or tar file.
Nested Class Summary | |
static interface |
ArchiveFile.Entry
Interfave of a archive file entry. |
Method Summary | |
java.util.Enumeration |
getEntries()
Returns an enumeration with the archive files entries. |
java.io.InputStream |
getInputStream(ArchiveFile.Entry entry)
Returns an InputStream with the given entries contents. |
Method Detail |
public java.util.Enumeration getEntries() throws java.io.IOException
ArchiveFile.Entry
.
java.io.IOException
public java.io.InputStream getInputStream(ArchiveFile.Entry entry) throws java.io.IOException
InputStream
with the given entries contents.
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |