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