Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 5782f3539015ead310234fd8637a7fe78af3d16c Size: 694.55 KB File Format: zip
Rating: 2.347826086
out of 5
based on 23 user ratings
Downloads: 361 License: Free
Zlib is a free software by Jean-loup Gailly & Mark Adler and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Zlib which is 694.55 KB in size and belongs to the software category Components Libraries. Zlib was released on 2013-04-30 and last updated on our database on 2017-03-28 and is currently at version 1.2.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Zlib Description
The Zlib library is a general purpose data compression library compatible with the gzip format. The code is thread safe, assuming that the standard librar y functions used are thread safe, such as memory allocation routines. It provides in-memory compression and decompression functions, including integrity checks of the uncompressed data.
Compression can be done in a single step if the buffers are large enough or can be done by repeated calls of the compression function. In the latter case, the application must provide more input and/or consume the output (providing more output space) before each call.
The library also supports reading and writing files in gzip(1) (.gz) for mat with an interface similar to that of stdio. The library does not install any signal handler. The decoder checks the consistency of the compressed data, so the librar y should never crash even in the case of corrupted input.