Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
WsDecompressor Class Reference

Used to decompress data. More...

#include <WsDecompressor.h>

Collaboration diagram for WsDecompressor:
Collaboration graph

Public Member Functions

long decompress (const char *data, size_t size, std::string &uncompressedData)
 decompress the input data and store result in uncompressedData More...
 

Detailed Description

Used to decompress data.

Used between WsFsDaemon and WsFsDaemonClient classes

Definition at line 24 of file WsDecompressor.h.

Member Function Documentation

long WsDecompressor::decompress ( const char *  data,
size_t  size,
std::string &  uncompressedData 
)

decompress the input data and store result in uncompressedData

Returns
the size of the result string
Parameters
datathe input (compressed) data
uncompressedDatathe result (uncompressed) data

Definition at line 24 of file WsDecompressor.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files: