Pack200
Pack200, specified in JSR 200, is a compacting archive format developed by Sun, reducing JAR file sizes by a factor of 7 to 9.[1] Pack200 may also refer to the Pack200 compression tools (pack200 and unpack200) provided in Sun's Java Development Kit since 1.5.0, as well as the Pack200 compressed files.
After Pack200, usually a GZIP compression is applied. In HTTP compression, such content is specified by the Content-Encoding type "pack200-gzip". When stored as a file, the extension ".pack.gz" is used.
Pack200 is optimized for compressing JAR archive files, specifically the Java bytecode portion of the JAR file. Application of this technology includes faster Java application deployment over Java Web Start.
References
- ↑ "JSR 200: Network Transfer Format for Java Archives.". Retrieved 2014-06-09.
External links
- Java Docs
- Pack200: A Packed Class Deployment Format For Java Applications
- Introduction Pack200 and Compression
- JSR 200: Network Transfer Format for Java Archives.
This article is issued from Wikipedia - version of the 5/1/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.