Uses of Interface
org.zeroturnaround.zip.ZipEntryCallback
Packages that use ZipEntryCallback
-
Uses of ZipEntryCallback in org.zeroturnaround.zip
Classes in org.zeroturnaround.zip that implement ZipEntryCallbackModifier and TypeClassDescription(package private) classprivate static classprivate static classstatic classUnpacks each ZIP entries.private static classCopies an entry into a byte array.private static classCopies an entry into a File.private static final classRepackZipEntryCallback used in repacking methods.private static classZipEntryCallback which is only applied to single entry.private static classprivate static classUnpacks each ZIP entry.private static classUnwraps entries excluding a single parent dir.Fields in org.zeroturnaround.zip declared as ZipEntryCallbackModifier and TypeFieldDescriptionprivate final ZipEntryCallbackZipUtil.SingleZipEntryCallback.actionprivate final ZipEntryCallbackZipEntryOrInfoAdapter.entryCallbackMethods in org.zeroturnaround.zip with parameters of type ZipEntryCallbackModifier and TypeMethodDescriptionstatic booleanZipUtil.handle(File zip, String name, ZipEntryCallback action) Reads the given ZIP file and executes the given action for a single entry.static booleanZipUtil.handle(InputStream is, String name, ZipEntryCallback action) Reads the given ZIP stream and executes the given action for a single entry.voidZips.iterate(ZipEntryCallback zipEntryCallback) Reads the source ZIP file and executes the given callback for each entry.static voidZipUtil.iterate(File zip, String[] entryNames, ZipEntryCallback action) Reads the given ZIP file and executes the given action for each given entry.static voidZipUtil.iterate(File zip, String[] entryNames, ZipEntryCallback action, Charset charset) Reads the given ZIP file and executes the given action for each given entry.static voidZipUtil.iterate(File zip, ZipEntryCallback action) Reads the given ZIP file and executes the given action for each entry.static voidZipUtil.iterate(File zip, ZipEntryCallback action, Charset charset) Reads the given ZIP file and executes the given action for each entry.static voidZipUtil.iterate(InputStream is, String[] entryNames, ZipEntryCallback action) static voidZipUtil.iterate(InputStream is, String[] entryNames, ZipEntryCallback action, Charset charset) Reads the given ZIP stream and executes the given action for each given entry.static voidZipUtil.iterate(InputStream is, ZipEntryCallback action) static voidZipUtil.iterate(InputStream is, ZipEntryCallback action, Charset charset) Reads the given ZIP stream and executes the given action for each entry.Constructors in org.zeroturnaround.zip with parameters of type ZipEntryCallbackModifierConstructorDescriptionSingleZipEntryCallback(String name, ZipEntryCallback action) ZipEntryOrInfoAdapter(ZipEntryCallback entryCallback, ZipInfoCallback infoCallback)