Zip archive browser facade to access the Oracle, Apache, or other implementations.
Interfaces
Classes
| GenericZipEntry<T extends ZipEntry> |
A read-only, generic view of a Zip entry. |
| JarBrowser |
An implementation of a Jar browser that uses the standard JDK implementation and falls back to
the Apache Commons implementation on error. |
| JarBrowserApache |
An implementation of a Jar browser that uses the Apache Commons implementation. |
| JarBrowserOracle |
An implementation of a Jar browser that uses the standard JDK implementation. |
| ZipBrowser |
An implementation of a Zip browser that uses the standard JDK implementation and falls back to
the Apache Commons implementation on error. |
| ZipBrowserApache |
An implementation of a Zip browser that uses the Apache Commons implementation on error. |
| ZipBrowserOracle |
An implementation of a Zip browser that uses the standard JDK implementation. |
| ZipBrowserPNF |
An implementation of a Zip browser backed by JEB's custom fail-safe Zip
reader. |
| Zips |
Zip compression utility methods. |