|
ZLIB
|
Decompress a memory buffer. More...
#include <zlib/zlib.h>Functions | |
| int ZEXPORT | uncompress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong *sourceLen) |
| Same as uncompress, except that sourceLen is a pointer, where the length of the source is *sourceLen. | |
| int ZEXPORT | uncompress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
| Decompresses the source buffer into the destination buffer. | |
Decompress a memory buffer.
Copyright (C) 1995-2003, 2010, 2014, 2016 Jean-loup Gailly, Mark Adler For conditions of distribution and use, see copyright notice in zlib.h