Class JarBrowserApache
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserApache
com.pnfsoftware.jeb.util.encoding.zip.JarBrowserApache
- All Implemented Interfaces:
IGenericJarBrowser
,IGenericZipBrowser
,AutoCloseable
An implementation of a Jar browser that uses the Apache Commons implementation. Always return a
null certificates array for now.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.pnfsoftware.jeb.util.encoding.zip.ZipBrowserApache
close, getEntries, getEntry, getEntryStream, readEntry
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
close, getEntries, getEntry, getEntryStream, readEntry
-
Constructor Details
-
JarBrowserApache
- Throws:
IOException
-
-
Method Details
-
getCertificates
- Specified by:
getCertificates
in interfaceIGenericJarBrowser
-