Uses of Interface
org.zeroturnaround.zip.ZipInfoCallback
Packages that use ZipInfoCallback
-
Uses of ZipInfoCallback in org.zeroturnaround.zip
Methods in org.zeroturnaround.zip with parameters of type ZipInfoCallbackModifier and TypeMethodDescriptionvoidZips.iterate(ZipInfoCallback callback) Scans the source ZIP file and executes the given callback for each entry.static voidZipUtil.iterate(File zip, String[] entryNames, ZipInfoCallback action) Scans the given ZIP file and executes the given action for each given entry.static voidZipUtil.iterate(File zip, ZipInfoCallback action) Scans the given ZIP file and executes the given action for each entry.