#include <aims/compression/lz.h>
Definition at line 50 of file lz.h.
◆ LZBuffer()
◆ ~LZBuffer()
◆ _bufCpy()
| void LZBuffer::_bufCpy |
( |
byte * | dst, |
|
|
int | pos, |
|
|
size_t | sz ) |
|
inlineprotected |
◆ _distance()
| int LZBuffer::_distance |
( |
int | diff | ) |
|
|
inlinestaticprotected |
◆ _nMatch()
| int LZBuffer::_nMatch |
( |
int | pos, |
|
|
const byte * | p, |
|
|
int | nLimit ) |
|
protected |
◆ _toBuf() [1/2]
| void LZBuffer::_toBuf |
( |
byte | c | ) |
|
|
inlineprotected |
◆ _toBuf() [2/2]
| void LZBuffer::_toBuf |
( |
const byte * | src, |
|
|
size_t | sz ) |
|
inlineprotected |
◆ _wrap()
| int LZBuffer::_wrap |
( |
size_t | pos | ) |
|
|
inlinestaticprotected |
◆ _buf
◆ _bufPos
The documentation for this class was generated from the following file: