| java.lang.Object java.util.jar.Pack200
Pack200 | abstract public class Pack200 (Code) | | Class that initialize Packer and Unpacker
See JSR200
|
Inner Class :public static interface Packer | |
Inner Class :public static interface Unpacker | |
newPacker | public static Pack200.Packer newPacker()(Code) | | 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
a instance of Packer |
newUnpacker | public static Pack200.Unpacker newUnpacker()(Code) | | 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
a instance of Unpacker |
|
|