Pack200


Pack200 java.util.jar

Java 5.0

This class is a factory for creating Pack200.Packer and Pack200.Unpacker objects for compressing JAR files to Pack200 archives and for uncompresssing those archives back into JAR files.

 public abstract class  Pack200  {  // No Constructor   // Nested Types  public interface  Packer  ;       public interface  Unpacker  ;  // Public Class Methods  public static Pack200.Packer  newPacker  ( );  synchronized  public static Pack200.Unpacker  newUnpacker  ( );   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net