Function mrpt::io::zip::decompress(void *, size_t, void *, size_t)

Function Documentation

size_t mrpt::io::zip::decompress(void *inData, size_t inDataSize, void *outData, size_t outDataBufferSize)

Decompress an array of bytes into another one

Throws:

std::exception – If the apriori estimated decompressed size is not enough.

Returns:

Output uncompressed data size in bytes.