|
Wittyshare
0.2
|
Used to decompress data. More...
#include <WsDecompressor.h>

Public Member Functions | |
| long | decompress (const char *data, size_t size, std::string &uncompressedData) |
| decompress the input data and store result in uncompressedData More... | |
Used to decompress data.
Used between WsFsDaemon and WsFsDaemonClient classes
Definition at line 24 of file WsDecompressor.h.
| long WsDecompressor::decompress | ( | const char * | data, |
| size_t | size, | ||
| std::string & | uncompressedData | ||
| ) |
decompress the input data and store result in uncompressedData
| data | the input (compressed) data |
| uncompressedData | the result (uncompressed) data |
Definition at line 24 of file WsDecompressor.cpp.

1.8.6