|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ZipEntryCallback | |
|---|---|
| org.zeroturnaround.zip | |
| Uses of ZipEntryCallback in org.zeroturnaround.zip |
|---|
| Methods in org.zeroturnaround.zip with parameters of type ZipEntryCallback | |
|---|---|
static boolean |
ZipUtil.handle(File zip,
String name,
ZipEntryCallback action)
Reads the given ZIP file and executes the given action for a single entry. |
static boolean |
ZipUtil.handle(InputStream is,
String name,
ZipEntryCallback action)
Reads the given ZIP stream and executes the given action for a single entry. |
static void |
ZipUtil.iterate(File zip,
ZipEntryCallback action)
Reads the given ZIP file and executes the given action for each entry. |
static void |
ZipUtil.iterate(InputStream is,
ZipEntryCallback action)
Reads the given ZIP stream and executes the given action for each entry. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||