Utility classes for manipulating java archives (zip files with a manifest file with attributes).
See: Description
| Class Summary | |
|---|---|
| Attributes | Represents attribute name/value pairs from a Manifest as a Map. |
| Attributes.Name | Represents a name of a Manifest Attribute. |
| JarEntry | Extension to a ZipEntry that contains manifest attributes and certificates. |
| JarFile | Representation of a jar file. |
| JarInputStream | InputStream for reading jar files. |
| JarOutputStream | OutputStream for writing jar files. |
| Manifest | Reads, writes and manipulaties jar manifest files. |
| Exception Summary | |
|---|---|
| JarException | This exception is thrown to indicate an problem with a jar file. |
Utility classes for manipulating java archives (zip files with a manifest file with attributes).