Uses of Interface
com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
Packages that use IGenericZipBrowser
Package
Description
Zip archive browser facade to access the Oracle, Apache, or other implementations.
-
Uses of IGenericZipBrowser in com.pnfsoftware.jeb.util.encoding.zip
Subinterfaces of IGenericZipBrowser in com.pnfsoftware.jeb.util.encoding.zipModifier and TypeInterfaceDescriptioninterfaceGeneric interface for Jar readers, Zip archives with specific certificate and signing requirements.Classes in com.pnfsoftware.jeb.util.encoding.zip that implement IGenericZipBrowserModifier and TypeClassDescriptionclassAn implementation of a Jar browser that uses the standard JDK implementation and falls back to the Apache Commons implementation on error.classAn implementation of a Jar browser that uses the Apache Commons implementation.classAn implementation of a Jar browser that uses the standard JDK implementation.classAn implementation of a Zip browser that uses the standard JDK implementation and falls back to the Apache Commons implementation on error.classAn implementation of a Zip browser that uses the Apache Commons implementation on error.classAn implementation of a Zip browser that uses the standard JDK implementation.classAn implementation of a Zip browser backed by JEB's customfail-safe Zip reader.