ZIP Data Compression with JavaBy Chád Darbye-Business Advisor, August 1998 |
IntroductionDo you need the ability to add data compression to your enterprise application? Well, look no further because Java 1.1 provides a package for zip-compatible data compression. The new package, java.util.zip, allows software developers to read, create, modify and write PKZIP and GZIP compatible files. This article will provide step-by-step examples for reading data from a ZIP file and writing data to a ZIP file. Also, the article will discuss the methods available for accessing property information for the compressed entries in a ZIP file. |
Source Code
Related Books Recommended by Chád Darby |
CONSULTING | DEVELOPMENT | PUBLICATIONS | TALKS | ABOUT
Copyright © 1999, J9 Consulting
November 15, 1998