jdk/src/java.base/share/classes/java/util/jar/JarFile.java
changeset 44844 b2b4d98404ba
parent 42354 131a371f5efc
child 46891 af2705de4a3c
equal deleted inserted replaced
44843:c1b0ca015127 44844:b2b4d98404ba
    46  * It extends the class {@code java.util.zip.ZipFile} with support
    46  * It extends the class {@code java.util.zip.ZipFile} with support
    47  * for reading an optional {@code Manifest} entry, and support for
    47  * for reading an optional {@code Manifest} entry, and support for
    48  * processing multi-release jar files.  The {@code Manifest} can be used
    48  * processing multi-release jar files.  The {@code Manifest} can be used
    49  * to specify meta-information about the jar file and its entries.
    49  * to specify meta-information about the jar file and its entries.
    50  *
    50  *
    51  * <p><a name="multirelease">A multi-release jar file</a> is a jar file that
    51  * <p><a id="multirelease">A multi-release jar file</a> is a jar file that
    52  * contains a manifest with a main attribute named "Multi-Release",
    52  * contains a manifest with a main attribute named "Multi-Release",
    53  * a set of "base" entries, some of which are public classes with public
    53  * a set of "base" entries, some of which are public classes with public
    54  * or protected methods that comprise the public interface of the jar file,
    54  * or protected methods that comprise the public interface of the jar file,
    55  * and a set of "versioned" entries contained in subdirectories of the
    55  * and a set of "versioned" entries contained in subdirectories of the
    56  * "META-INF/versions" directory.  The versioned entries are partitioned by the
    56  * "META-INF/versions" directory.  The versioned entries are partitioned by the