public static interface ZipFileProcessor.ZipEntryVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ZipEntry entry,
InputStream in)
Notifies the visitor of a zip file entry encoutered.
|
void visit(ZipEntry entry, InputStream in) throws IOException
entry - The ZipEntry detected.in - An InputStream allowing you to read directly the decompressed data from
the zip entry.IOException - When the visitor fails to read from the InputStream.Copyright © 2006–2015 Wilfred Springer, Cedric Pronzato. All rights reserved.