Download List

项目描述

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.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-02-24 07:05
1.1.1

此版本修复了一些小的 bug,并公开一些有用的类: Adler32、 CRC32。
This release fixes some minor bugs and exposes some useful classes: Adler32, CRC32.

2011-09-23 00:47
1.1.0

此版本支持自ZLIB 1.2提供的某些功能,并增加了一些方便类(GZIPInputStream此类,GZIPOutputStream等)。
This release supports some functionalities which are available since zlib 1.2, and adds some convenient classes (GZIPInputStream, GZIPOutputStream, etc.).

2005-08-18 20:37
1.0.7

此版本已在膨胀的内存操作和性能优化。它增加了一个nowrap参数ZStream,ZInputStream和ZOutputStream。
标签: Minor feature enhancements
This release has memory and performance optimizations in the inflate operation. It adds a nowrap argument to ZStream, ZInputStream, and ZOutputStream.

2005-05-11 20:37
1.0.6

此版本修正了ZInputStream和ZOutputStream一些错误。
标签: Minor bugfixes
This release fixes some bugs in ZInputStream and ZOutputStream.

2004-05-17 20:36
1.0.5

此版本修复了ZInputStream小错误。
标签: Minor bugfixes
This release fixes a minor bug in ZInputStream.

Project Resources