com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser |
Known Indirect Subclasses
IGenericJarBrowser |
Generic interface for Jar readers, Zip archives with specific certificate and signing
requirements. |
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 . |
|
Class Overview
Generic interface for Zip readers.
Summary
[Expand]
Inherited Methods |
From interface
java.lang.AutoCloseable
|
Public Methods
public
abstract
void
close
()
public
abstract
InputStream
getEntryStream
(String name)
public
abstract
byte[]
readEntry
(String name)