|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.jar.Pack200
public abstract class Pack200
Class that initialize Packer and Unpacker
| Nested Class Summary | |
|---|---|
static interface |
Pack200.Packer
interface of Packer |
static interface |
Pack200.Unpacker
interface of unpacker |
| Method Summary | |
|---|---|
static Pack200.Packer |
newPacker()
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 |
static Pack200.Unpacker |
newUnpacker()
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Pack200.Packer newPacker()
public static Pack200.Unpacker newUnpacker()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||