public class

JarBrowser

extends Object
implements IGenericJarBrowser
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.zip.JarBrowser

Class Overview

An implementation of a Jar browser that uses the standard JDK implementation and falls back to the Apache Commons implementation on error.

Summary

Public Constructors
JarBrowser(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

Public Constructors

public JarBrowser (File f, boolean verify)

Throws
IOException

Public Methods

public void close ()

Throws
IOException

public Certificate[] getCertificates (String name)

public Map<String, GenericZipEntry<?>> getEntries ()

public GenericZipEntry<?> getEntry (String name)

public InputStream getEntryStream (String name)

Throws
IOException

public byte[] readEntry (String name)

Throws
IOException