API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.jar. Pack200 View Source
Author(s)
John Rose
Kumar Srinivasan
Since
1.5
Version
1.16, 10/23/06
Serial
Hierarchy
 Object
      Pack200
Implements
Subclasses
Description
publicabstract abstract class Pack200
  Transforms a JAR file to or from a packed stream in Pack200 format.
See also:   
Constructors
private Pack200 ()
Methods
Hide/Show inherited methods
publicstaticsynchronized Packer newPacker ()
  Obtain new instance of a class that implements Packer.
publicstatic Unpacker newUnpacker ()
  Obtain new instance of a class that implements Unpacker.
Fields
Hide/Show inherited fields
Nested Classes
  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.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar