Package | Description |
---|---|
org.zeroturnaround.zip |
Modifier and Type | Method and Description |
---|---|
static void |
ZipUtil.iterate(File zip,
String[] entryNames,
ZipInfoCallback action)
Scans the given ZIP file and executes the given action for each given entry.
|
static void |
ZipUtil.iterate(File zip,
ZipInfoCallback action)
Scans the given ZIP file and executes the given action for each entry.
|
void |
Zips.iterate(ZipInfoCallback callback)
Scans the source ZIP file and executes the given callback for each entry.
|
Copyright © 2017 ZeroTurnaround. All rights reserved.