Skip navigation links
Java™ Platform
Standard Ed. 8

Package java.util.jar

提供用于读取和写入JAR(Java ARchive)文件格式的类,该文件格式基于具有可选清单文件的标准ZIP文件格式。

See: 描述

Package java.util.jar Description

Provides classes for reading and writing the JAR (Java ARchive) file format, which is based on the standard ZIP file format with an optional manifest file. The manifest stores meta-information about the JAR file contents and is also used for signing JAR files.

Package Specification

The java.util.jar package is based on the following specifications:
从以下版本开始:
1.2
Skip navigation links
Java™ Platform
Standard Ed. 8