#include <zlib.h>
#include "utils/logger.h"
#include "utils/zlib.hpp"
Go to the source code of this file.
Functions | |
| bool | inflateMemory (char *in, unsigned inLength, char *&out, unsigned &outLength) |
| Inflates either zlib or gzip deflated memory. | |
|
||||||||||||||||||||
|
Inflates either zlib or gzip deflated memory. The inflated memory is expected to be freed by the caller. Returns true if the inflation was sucessful. |
1.3.9.1