Function amdinfer::util::zDecompress

Function Documentation

std::string amdinfer::util::zDecompress(const char *str, int len)

Inflate a deflated (i.e. compressed) argument with zlib.

Parameters
  • str – the deflated string as a char*

  • len – length of the deflated string

Returns

std::string the inflated string