◆ ~FastLZCompressor()
| FastLZCompressor::~FastLZCompressor |
( |
| ) |
|
|
overridedefault |
◆ compress()
| dtStatus FastLZCompressor::compress |
( |
const unsigned char * |
buffer, |
|
|
const int |
bufferSize, |
|
|
unsigned char * |
compressed, |
|
|
const int |
, |
|
|
int * |
compressedSize |
|
) |
| |
|
inlineoverridevirtual |
◆ decompress()
| dtStatus FastLZCompressor::decompress |
( |
const unsigned char * |
compressed, |
|
|
const int |
compressedSize, |
|
|
unsigned char * |
buffer, |
|
|
const int |
maxBufferSize, |
|
|
int * |
bufferSize |
|
) |
| |
|
inlineoverridevirtual |
◆ maxCompressedSize()
| int FastLZCompressor::maxCompressedSize |
( |
const int |
bufferSize | ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: