Public Member Functions | |
| Compress (int level=SELLA_UTIL_COMPRESS_LEVEL_DEF) | |
| Compress (const Compress &other) | |
| Compress & | operator= (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 |
Definition at line 25 of file Compress.h.
1.6.1