zlib

A compression library
Download

zlib Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Language:
  • English
  • Publisher Name:
  • Jean-loup Gailly & Mark Adler
  • Operating Systems:
  • Win 3.1x, Win95, Win98, WinME, WinXP, WinNT 3.x, WinNT 4.x, Windows2000, Windows2003, Unix, Linux
  • File Size:
  • 892.4 KB

zlib Tags


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.


zlib Related Software