Class JarFile

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class JarFile
    extends JarFile
    Extended variant of JarFile that behaves in the same way but offers the following additional functionality.
    • A nested JarFile can be obtained based on any directory entry.
    • A nested JarFile can be obtained for embedded JAR files (as long as their entry is not compressed).
    Author:
    Phillip Webb