java.util.jar
Interfaces
| 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. |
| Unpacker |
The unpacker engine converts the packed stream to a JAR file. |
Classes
| Attributes |
The Attributes class maps Manifest attribute names to associated string values. |
| JarEntry |
This class is used to represent a JAR file entry. |
| JarFile |
The |
| JarInputStream |
The |
| JarOutputStream |
The |
| Manifest |
The Manifest class is used to maintain Manifest entry names and their associated Attributes. |
| Pack200 |
Transforms a JAR file to or from a packed stream in Pack200 format. |
Exceptions
| JarException |
Signals that an error of some sort has occurred while reading from or writing to a JAR file. |