Searched defs:Pack200 (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/jar/
H A DPack200.java38 * Transforms a JAR file to or from a packed stream in Pack200 format.
49 * import java.util.jar.Pack200;
50 * import java.util.jar.Pack200.*;
53 * Packer packer = Pack200.newPacker();
85 * Unpacker unpacker = Pack200.newUnpacker();
95 * A Pack200 file compressed with gzip can be hosted on HTTP/1.1 web servers.
98 * the file encoded with Pack200 and further compressed with gzip. Please
109 public abstract class Pack200 { class
110 private Pack200() {} //prevent instantiation method in class:Pack200
112 // Static methods of the Pack200 clas
[all...]

Completed in 3 milliseconds