java.util.jar
Package java.util.jar
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.
See: Description
Interface | Description |
---|---|
Pack200.Packer | The packer engine applies various transformations to the input JAR file, making the pack stream highly compressible by a compressor such as gzip or zip. |
Pack200.Unpacker | The unpacker engine converts the packed stream to a JAR file. |
Class | Description |
---|---|
Attributes | The |