Public メソッド | |
int | decompress (const char *src_buf, const int src_size, std::string &dest) |
decompress the message |
int rcsc::GZDecompressorImpl::decompress | ( | const char * | src_buf, | |
const int | src_size, | |||
std::string & | dest | |||
) | [inline] |
decompress the message
src_buf | source message | |
src_size | the length of source message | |
dest | reference to the destination variable. |