|
Wittyshare
0.2
|
Used to compress data. More...
#include <WsCompressor.h>

Public Member Functions | |
| long | compress (const std::string &data, char **compressedData) |
| compress the input string (data) and puts it in compressedData. More... | |
Used to compress data.
It is used for compressing data between WsFsDaemon and WsFsDaemonClient classes
Definition at line 24 of file WsCompressor.h.
| long WsCompressor::compress | ( | const std::string & | data, |
| char ** | compressedData | ||
| ) |
compress the input string (data) and puts it in compressedData.
| data | the uncompressed string |
| compressedData | will contain the compressed data |
Definition at line 22 of file WsCompressor.cpp.

1.8.6