blob: a24d529f31561277ed86371db5da3c41042391e1 (
plain)
1
2
3
4
5
6
|
Common-Description:
The zlib compression library provides in-memory compression and decompression
functions, including integrity checks of the uncompressed data.
.
The zlib library currently supports the deflate compression format (RFC 1951)
with either the zlib wrapper (RFC 1950) or the gzip wrapper (RFC 1952).
|