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