Package com.pnfsoftware.jeb.util.encoding.zip


package com.pnfsoftware.jeb.util.encoding.zip
Zip and Jar archive browser facades backed by the JDK, Apache Commons Compress, or the custom fail-safe reader.
  • Class
    Description
    A read-only, generic view of a Zip entry.
    Generic interface for Jar readers, Zip archives with specific certificate and signing requirements.
    Generic interface for Zip readers.
    An implementation of a Jar browser that uses the standard JDK implementation and falls back to the Apache Commons implementation on error.
    An implementation of a Jar browser that uses the Apache Commons implementation.
    An implementation of a Jar browser that uses the standard JDK implementation.
    An implementation of a Zip browser that uses the standard JDK implementation and falls back to the Apache Commons implementation on error.
    An implementation of a Zip browser that uses the Apache Commons implementation on error.
    An implementation of a Zip browser that uses the standard JDK implementation.
    An implementation of a Zip browser backed by JEB's custom fail-safe Zip reader.
    Zip compression utility methods.