kodi
|
Public Types | |
enum | Format { ZLIB, GZIP } |
Compressed data format. | |
Static Public Member Functions | |
static NPT_Result | MapError (int err) |
static NPT_Result | Deflate (const NPT_DataBuffer &in, NPT_DataBuffer &out, int compression_level=NPT_ZIP_COMPRESSION_LEVEL_DEFAULT, Format format=ZLIB) |
Deflate (i.e compress) a buffer. | |
static NPT_Result | Inflate (const NPT_DataBuffer &in, NPT_DataBuffer &out, bool raw=false) |
Inflate (i.e decompress) a buffer. | |
static NPT_Result | Deflate (NPT_File &in, NPT_File &out, int compression_level=NPT_ZIP_COMPRESSION_LEVEL_DEFAULT, Format format=GZIP) |
Deflate (i.e compress) a file. | |