Class ZipUtil.RepackZipEntryCallback
java.lang.Object
org.zeroturnaround.zip.ZipUtil.RepackZipEntryCallback
- All Implemented Interfaces:
ZipEntryCallback
- Enclosing class:
ZipUtil
private static final class ZipUtil.RepackZipEntryCallback
extends Object
implements ZipEntryCallback
RepackZipEntryCallback used in repacking methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidvoidprocess(InputStream in, ZipEntry zipEntry) Invoked for each entry in a ZIP file.
-
Field Details
-
out
-
-
Constructor Details
-
RepackZipEntryCallback
-
-
Method Details
-
process
Description copied from interface:ZipEntryCallbackInvoked for each entry in a ZIP file.- Specified by:
processin interfaceZipEntryCallback- Parameters:
in- contents of the ZIP entry.zipEntry- ZIP entry.- Throws:
IOException- when any processing exception occurs
-
closeStream
private void closeStream()
-