public abstract class ZipFileTraversal extends Object
Constructor and Description |
---|
ZipFileTraversal(Path file) |
Modifier and Type | Method and Description |
---|---|
void |
traverse() |
abstract void |
visit(ZipFile zipFile,
ZipEntry zipEntry) |
public ZipFileTraversal(Path file)
public abstract void visit(ZipFile zipFile, ZipEntry zipEntry) throws IOException
IOException
public final void traverse() throws IOException
IOException