About
Quickstart
Libraries and API
Examples
Using the Server
Developers
Defined in File compression.cpp
Inflate a deflated (i.e. compressed) argument with zlib.
str – the deflated string as a char*
len – length of the deflated string
std::string the inflated string