package


Show All Login
Java SE 6
  
Details
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:
since1.2

Interfaces
  .Packer
  .Unpacker

Exceptions
JarException

Classes
Attributes
  .Name

JarEntry
JarFile
JarInputStream
JarOutputStream
Manifest
Pack200