Wittyshare
0.2
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
wscore
src
Compression
WsCompressor.h
Go to the documentation of this file.
1
/*
2
*
3
* Filename: WsCompressor.h
4
*
5
* Description:
6
*
7
* Created: 07/25/2012 09:26:05 AM
8
*
9
* Author: Benoit Daccache, ben.daccache@gmail.com
10
*
11
*/
12
13
#ifndef WS_COMPRESSOR_H__
14
#define WS_COMPRESSOR_H__
15
16
#include <iostream>
17
24
class
WsCompressor
{
25
public
:
32
long
compress
(
const
std::string& data,
char
** compressedData);
33
34
35
};
36
37
#endif
WsCompressor
Used to compress data.
Definition:
WsCompressor.h:24
WsCompressor::compress
long compress(const std::string &data, char **compressedData)
compress the input string (data) and puts it in compressedData.
Definition:
WsCompressor.cpp:22
Generated on Wed Apr 23 2014 14:00:10 for Wittyshare by
1.8.6