public interface ZipInfoCallback
ZipEntryCallback
Modifier and Type | Method and Description |
---|---|
void |
process(ZipEntry zipEntry)
Invoked for each entry in a ZIP file.
|
void process(ZipEntry zipEntry) throws IOException
zipEntry
- ZIP entry.IOException
- when any processing exception occursCopyright © 2017 ZeroTurnaround. All rights reserved.