Archives for October 2005

Compressing Socket Data

The java.util.zip package includes classes for compressing and decompressing data using the ZLIB algorithms. The stream classes in the package are well-suited for accessing files and other bounded data, but do not work as well for compressing unbounded, continuous data transmitted over a socket. “Compressing data sent over a socket” describes the underlying issues […]

26 October 2005 | Optimization | No Comments


Categories



Pages

Archives

Meta


Copyright 2003-2007 - Philip Isenhour