| 1 | ZLIB DATA COMPRESSION LIBRARY
|
|---|
| 2 |
|
|---|
| 3 | zlib 1.2.3 is a general purpose data compression library. All the code is
|
|---|
| 4 | thread safe. The data format used by the zlib library is described by RFCs
|
|---|
| 5 | (Request for Comments) 1950 to 1952 in the files
|
|---|
| 6 | http://www.ietf.org/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate format)
|
|---|
| 7 | and rfc1952.txt (gzip format). These documents are also available in other
|
|---|
| 8 | formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html
|
|---|
| 9 |
|
|---|
| 10 | All functions of the compression library are documented in the file zlib.h
|
|---|
|
|---|