java.util.jar
public
abstract
class
java.util.jar.Pack200
Class that initialize Packer and Unpacker
Nested Classes
Summary
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Methods
The method first read from system property for the classname of a Packer,
if such property exists, the class shall be initialized; or the default
Packer will be returned
The method first read from system property for the classname of a
Unpacker, if such property exists, the class shall be initialized; or the
default Unpacker will be returned