JZlib re-implementation of zlib in pure Java
The zlib is designed to be a free, general-purpose, legally
unencumbered -- that is, not covered by any patents -- lossless
data-compression library for use on virtually any computer hardware and
operating system. The zlib was written by Jean-loup Gailly
(compression) and Mark Adler (decompression).
- Developed at Java:packages
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/jzlib && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1.1.2.tar.gz | 0000065549 64 KB | |
jzlib-1.0.7.tar.gz | 0000050303 49.1 KB | |
jzlib.changes | 0000001713 1.67 KB | |
jzlib.spec | 0000003056 2.98 KB | |
jzlib_build.xml | 0000001644 1.61 KB |
Revision 15 (latest revision is 25)
Tomáš Chvátal (scarabeus_factory)
accepted
request 202015
from
Michal Vyskocil (mvyskocil)
(revision 15)
- Update to 1.1.2 * fixed a bug in DeflaterOutputStream#write() with empty data. 9d4616f * fixed a bug in processing unwrapped data with InfalterInputStream. d35db2 * fixed bugs reported in https://github.com/ymnk/jzlib/pull/5 e4aa20 + comments and filename in GZIPHeader must be in ISO-8859-1 encoding + fixing a bug in GZIPHeader#setOS(int os) * some refactoring code. e912088 6900f5 614fdf * improving the performace of Adler32#update method. 6900f5 * constructors of Alder32 and CRC32 become public. 30c4cf * added ZStream#end() and ZStream#finished(). 6b55e3 * exposed useful constants for jruby. e17ad1 * updated pom.xml to delete "souceDirectory" No need to specify sourceDirectory if the project follows maven standard. * updated configurations to use sbt 0.11.1 - Don't build for java5 only
Comments 0