Go to the source code of this file.
Functions | |
| int | inflateMemory (unsigned char *in, unsigned int inLength, unsigned char **out) |
Zip helper functions
Definition in file ZipUtils.h.
| int inflateMemory | ( | unsigned char * | in, | |
| unsigned int | inLength, | |||
| unsigned char ** | out | |||
| ) |
Inflates either zlib or gzip deflated memory. The inflated memory is expected to be freed by the caller.