zlib 1.2.12 is a general purpose data compression library. All the code is thread safe. The data format used by the zlib library is described by RFC1950 (zlib format), RFC1951 (deflate format), and RFC1952 (gzip format).
All functions of the compression library are documented in the file zlib.h
.