This class manages bzip2 decompression.
More...
#include "../include/BZlib.h"
|
| | BZlib () |
| |
|
| BZlib (int rtype) |
| |
| int | init () |
| |
|
int | setIn (unsigned char *next_in, int avail_in) |
| |
|
int | setOut (unsigned char *next_out, int avail_out) |
| |
|
int | decomp () |
| |
|
int | decomp (Buffer &in, Buffer &out) |
| |
|
int | comp (int flag) |
| |
|
int | finish () |
| |
|
int | print () |
| |
|
int | getStatus () |
| |
|
int | getAvailIn () |
| |
|
int | getAvailOut () |
| |
|
int | getTotalOut () |
| |
|
bool | isError () |
| |
|
|
static int const | STREAM_END = BZ_STREAM_END |
| |
|
static int const | OK = BZ_OK |
| |
This class manages bzip2 decompression.
- Author
- Dan Vietor
◆ anonymous enum
| Enumerator |
|---|
| COMP | Compress mode
|
| DECOMP | Decompress mode
|
◆ BZlib()
Constructor. Initializes class values
References DECOMP, and init().
◆ init()
The documentation for this class was generated from the following files: