JZlib 1.0.7 review

Download
by rbytes.net on

JZlib is a re-implementation of zlib in pure Java

License: LGPL (GNU Lesser General Public License)
File size: 49K
Developer: Atsuhiko Yamanaka
0 stars award from rbytes.net

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.

Here are some key features of "JZlib":
Needless to say, JZlib can inflate data, which is deflated by zlib and JZlib can generate deflated data, which is acceptable and is inflated by zlib.
JZlib supports all compression level and all flushing mode in zlib.
JZlib does not support gzip file handling supports.
The performance has not been estimated yet, but it will not be so bad in deflating/inflating data stream on the low bandwidth network.
JZlib is licensed under BSD style license
Any invention has not been done in developing JZlib. So, if zlib is patent free, JZlib is also not covered by any patents.

What's New in This Release:
change: memory and performance optimizations in the inflate operation.
Many thanks to Paul Wakefield at platx.org(http://www.platx.org), who suggested above improvements.
change: added the nowrap argument to Z{Input,Output}?Stream.

JZlib 1.0.7 keywords