JZlib is a re-implementation of zlib in pure Java. The first and final aim for hacking this was to add packet compression support to pure Java SSH systems.
| Tags | Software Development Libraries |
|---|---|
| Licenses | BSD Revised BSD Original LGPL |
Recent releases


Changes: This release has memory and performance optimizations in the inflate operation. It adds a nowrap argument to ZStream, ZInputStream, and ZOutputStream.


Changes: This release fixes some bugs in ZInputStream and ZOutputStream.


Changes: This release fixes a minor bug in ZInputStream.


Changes: This release has fixed a bug in closing ZOutputStream.


Changes: In this release, the pure Java implementation of adler32 has been enabled, and the dependency on J2SE has been commented out in Adler32.java for J2ME users.