Uses of Interface
java.util.jar.Pack200.Packer
Package | Description |
---|---|
java.util.jar |
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.
|
-
Uses of Pack200.Packer in java.util.jar
Methods in java.util.jar that return Pack200.Packer Modifier and Type Method Description static Pack200.Packer
Pack200. newPacker()
Deprecated, for removal: This API element is subject to removal in a future version.Obtain new instance of a class that implements Packer.