#include <gzcompressor.h>
Public メソッド | |
GZDecompressor () | |
construct implementation | |
~GZDecompressor () | |
destruct implementation | |
int | decompress (const char *src_buf, const int src_size, std::string &dest) |
decompress the src_buf and copy output buffer to std::string |
int rcsc::GZDecompressor::decompress | ( | const char * | src_buf, | |
const int | src_size, | |||
std::string & | dest | |||
) |
decompress the src_buf and copy output buffer to std::string
src_size | size of source buffer | |
dest | destination string variable |