e-Business logo

ZIP Data Compression with Java

By Chád Darby

e-Business Advisor, August 1998


Introduction

Do 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


HOME

CONSULTING | DEVELOPMENT | PUBLICATIONS | TALKS | ABOUT

REQUEST INFO

Copyright © 1999, J9 Consulting

November 15, 1998