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) class
ZipEntryOrInfoAdapter
Fields in org.zeroturnaround.zip declared as ZipInfoCallback Modifier and Type Field Description private ZipInfoCallback
ZipEntryOrInfoAdapter. infoCallback
Methods in org.zeroturnaround.zip with parameters of type ZipInfoCallback Modifier and Type Method Description void
Zips. iterate(ZipInfoCallback callback)
Scans the source ZIP file and executes the given callback for each entry.static void
ZipUtil. 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 void
ZipUtil. 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)
-