Saturday, August 21, 2004

Compressing and Decompressing Data using Java

This article:
  • Gives you a brief overview of data compression
  • Describes the java.util.zip package
  • Shows how to use this package to compress and decompress data
  • Shows how to compress and decompress serialized objects to save disk space
  • Shows how to compress and decompress data on the fly to improve the performance of client/server applications

No comments:

Post a Comment