MapLibre Native Core
|
#include <string>
Go to the source code of this file.
Namespaces | |
mbgl | |
mbgl::util | |
Enumerations | |
enum | mbgl::util::CompressionFormat { mbgl::util::ZLIB = 15 , mbgl::util::GZIP = 15 + 16 , mbgl::util::DEFLATE = -15 , mbgl::util::DETECT = 15 + 32 } |
Functions | |
std::string | mbgl::util::compress (const std::string &raw, int windowBits=CompressionFormat::ZLIB) |
std::string | mbgl::util::decompress (const std::string &raw, int windowBits=CompressionFormat::DETECT) |