java.lang.Object | |
↳ | com.pnfsoftware.jeb.util.encoding.zip.JarBrowserOracle |
An implementation of a Jar browser that uses the standard JDK implementation.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
JarBrowserOracle(File f, boolean verify) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | close() | ||||||||||
Certificate[] | getCertificates(String name) | ||||||||||
Map<String, GenericZipEntry<?>> | getEntries() | ||||||||||
GenericZipEntry<?> | getEntry(String name) | ||||||||||
InputStream | getEntryStream(String name) | ||||||||||
byte[] | readEntry(String name) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.util.encoding.zip.IGenericJarBrowser
| |||||||||||
From interface
com.pnfsoftware.jeb.util.encoding.zip.IGenericZipBrowser
| |||||||||||
From interface
java.lang.AutoCloseable
|
IOException |
---|
IOException |
---|
IOException |
---|
IOException |
---|