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

public class JarBrowserApache extends ZipBrowserApache implements IGenericJarBrowser
An implementation of a Jar browser that uses the Apache Commons implementation. Always return a null certificates array for now.
  • Constructor Details

    • JarBrowserApache

      public JarBrowserApache(File f) throws IOException
      Open a Jar archive using Apache Commons Compress.
      Parameters:
      f - Jar file
      Throws:
      IOException - if the archive cannot be opened
  • Method Details