Function mrpt::io::zip::decompress(void *, size_t, std::vector<unsigned char>&, size_t)

Function Documentation

void mrpt::io::zip::decompress(void *inData, size_t inDataSize, std::vector<unsigned char> &outData, size_t outDataEstimatedSize)

Decompress an array of bytes into another one

Throws:

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