sella::util::Compress Class Reference

List of all members.

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:
 All Classes Functions Variables

Generated on 20 Nov 2014 for libutil++ by  doxygen 1.6.1