libutil++  1.9.3
 All Classes Functions Variables
Public Member Functions | List of all members
sella::util::Compress Class Reference

Public Member Functions

 Compress (int level=SELLA_UTIL_COMPRESS_LEVEL_DEF)
 
 Compress (const Compress &other)
 
Compressoperator= (const Compress &other) throw ()
 
void clear (void)
 
void setLevel (int level=SELLA_UTIL_COMPRESS_LEVEL_DEF)
 
int getLevel (void) const
 
bool deflate (const void *uncompressed, size_t len)
 
bool inflate (const void *compressed, size_t len)
 
const void * getCompressed (void) const
 
const void * getUncompressed (void) const
 
size_t getCompressedLen (void) const
 
size_t getUncompressedLen (void) const
 

Detailed Description

Definition at line 25 of file Compress.h.


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