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