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 TypeInterfaceDescriptioninterface
Generic interface for Jar readers, Zip archives with specific certificate and signing requirements.Classes in com.pnfsoftware.jeb.util.encoding.zip that implement IGenericZipBrowserModifier and TypeClassDescriptionclass
An implementation of a Jar browser that uses the standard JDK implementation and falls back to the Apache Commons implementation on error.class
An implementation of a Jar browser that uses the Apache Commons implementation.class
An implementation of a Jar browser that uses the standard JDK implementation.class
An implementation of a Zip browser that uses the standard JDK implementation and falls back to the Apache Commons implementation on error.class
An implementation of a Zip browser that uses the Apache Commons implementation on error.class
An implementation of a Zip browser that uses the standard JDK implementation.class
An implementation of a Zip browser backed by JEB's customfail-safe Zip reader
.