| Interface | Description |
|---|---|
| OutputHandler |
Interface for handling output of searches for matching files.
|
| Class | Description |
|---|---|
| ZipFileCloseInputStream |
Small wrapper InputStream which closes the underlying zipfile as soon
as the InputStream is closed.
|
| ZipFileWalker |
File Walker for Zip-Files which can step down into nested zip-files while
looking for matches.
|
| ZipUtils | |
| ZipUtils.ZipFileVisitor |
A simple walker which will visit all Zip-entries in the given InputStream.
|