|
||||||||||
| 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 | |
|---|---|
Enumeration |
getEntries()
Returns an enumeration with the archive files entries. |
InputStream |
getInputStream(ArchiveFile.Entry entry)
Returns an InputStream with the given entries contents. |
| Method Detail |
|---|
Enumeration getEntries()
throws IOException
ArchiveFile.Entry.
IOException
InputStream getInputStream(ArchiveFile.Entry entry)
throws IOException
InputStream with the given entries contents.
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||