|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArchiveFile
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 |
---|
java.util.Enumeration getEntries() throws java.io.IOException
ArchiveFile.Entry
.
java.io.IOException
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 |