Class JarBrowserOracle
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.JarBrowserOracle
- All Implemented Interfaces:
IGenericJarBrowser
,IGenericZipBrowser
,AutoCloseable
An implementation of a Jar browser that uses the standard JDK implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
getCertificates
(String name) Map<String,
GenericZipEntry<?>> getEntryStream
(String name) byte[]
-
Constructor Details
-
JarBrowserOracle
- Throws:
IOException
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceIGenericZipBrowser
- Throws:
IOException
-
getEntries
- Specified by:
getEntries
in interfaceIGenericZipBrowser
-
getEntry
- Specified by:
getEntry
in interfaceIGenericZipBrowser
-
readEntry
- Specified by:
readEntry
in interfaceIGenericZipBrowser
- Throws:
IOException
-
getEntryStream
- Specified by:
getEntryStream
in interfaceIGenericZipBrowser
- Throws:
IOException
-
getCertificates
- Specified by:
getCertificates
in interfaceIGenericJarBrowser
-