Uses of Interface
org.zeroturnaround.zip.ZipInfoCallback
-
Packages that use ZipInfoCallback Package Description org.zeroturnaround.zip -
-
Uses of ZipInfoCallback in org.zeroturnaround.zip
Classes in org.zeroturnaround.zip that implement ZipInfoCallback Modifier and Type Class Description (package private) classZipEntryOrInfoAdapterFields in org.zeroturnaround.zip declared as ZipInfoCallback Modifier and Type Field Description private ZipInfoCallbackZipEntryOrInfoAdapter. infoCallbackMethods in org.zeroturnaround.zip with parameters of type ZipInfoCallback Modifier and Type Method Description voidZips. iterate(ZipInfoCallback callback)Scans the source ZIP file and executes the given callback for each entry.static voidZipUtil. iterate(java.io.File zip, java.lang.String[] entryNames, ZipInfoCallback action)Scans the given ZIP file and executes the given action for each given entry.static voidZipUtil. iterate(java.io.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 ZipInfoCallback Constructor Description ZipEntryOrInfoAdapter(ZipEntryCallback entryCallback, ZipInfoCallback infoCallback)
-