Uses of Interface
org.zeroturnaround.zip.ZipInfoCallback
Packages that use ZipInfoCallback
-
Uses of ZipInfoCallback in org.zeroturnaround.zip
Classes in org.zeroturnaround.zip that implement ZipInfoCallbackFields in org.zeroturnaround.zip declared as ZipInfoCallbackModifier and TypeFieldDescriptionprivate final ZipInfoCallback
ZipEntryOrInfoAdapter.infoCallback
Methods in org.zeroturnaround.zip with parameters of type ZipInfoCallbackModifier and TypeMethodDescriptionvoid
Zips.iterate
(ZipInfoCallback callback) Scans the source ZIP file and executes the given callback for each entry.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.Constructors in org.zeroturnaround.zip with parameters of type ZipInfoCallbackModifierConstructorDescriptionZipEntryOrInfoAdapter
(ZipEntryCallback entryCallback, ZipInfoCallback infoCallback)