#include <plZlib.h>
Static Public Member Functions |
static bool | Uncompress (uint8_t *bufOut, size_t &bufLenOut, const uint8_t *bufIn, size_t bufLenIn) |
static bool | Compress (uint8_t *&bufOut, size_t &bufLenOut, const uint8_t *bufIn, size_t bufLenIn) |
Member Function Documentation
static bool plZlib::Compress |
( |
uint8_t *& |
bufOut, |
|
|
size_t & |
bufLenOut, |
|
|
const uint8_t * |
bufIn, |
|
|
size_t |
bufLenIn |
|
) |
| |
|
static |
static bool plZlib::Uncompress |
( |
uint8_t * |
bufOut, |
|
|
size_t & |
bufLenOut, |
|
|
const uint8_t * |
bufIn, |
|
|
size_t |
bufLenIn |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: