Android
java.util.jar
public abstract class

java.util.jar.Pack200

java.lang.Object
java.util.jar.Pack200

Class that initialize Packer and Unpacker

Nested Classes
Pack200.Packer interface of Packer  
Pack200.Unpacker interface of unpacker  

Summary

Public Methods

      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

Details

Public Methods

public 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

Returns

  • a instance of Packer

public 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

Returns

  • a instance of Unpacker
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56