Package org.zeroturnaround.zip
Class ZipUtil.Unpacker
java.lang.Object
org.zeroturnaround.zip.ZipUtil.Unpacker
- All Implemented Interfaces:
ZipEntryCallback
- Enclosing class:
ZipUtil
Unpacks each ZIP entry.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(InputStream in, ZipEntry zipEntry) Invoked for each entry in a ZIP file.
-
Field Details
-
outputDir
-
mapper
-
-
Constructor Details
-
Unpacker
-
-
Method Details
-
process
Description copied from interface:ZipEntryCallback
Invoked for each entry in a ZIP file.- Specified by:
process
in interfaceZipEntryCallback
- Parameters:
in
- contents of the ZIP entry.zipEntry
- ZIP entry.- Throws:
IOException
- when any processing exception occurs
-