java.util.jar
package is based on the following
specifications:
In JAR files, all file names must be encoded in the UTF-8 encoding.
Modifier and Type | Class and Description |
---|---|
public class | Attributes
The Attributes class maps Manifest attribute names to associated string values. |
public class | JarEntry
This class is used to represent a JAR file entry. |
public class | JarException
Signals that an error of some sort has occurred while reading from or writing to a JAR file. |
public class | JarFile
The |
public class | JarInputStream
The |
public class | JarOutputStream
The |
pack-priv class | |
pack-priv class | |
public class | Manifest
The Manifest class is used to maintain Manifest entry names and their associated Attributes. |