#include <LZSSDecodeBackBuffer.hpp>
Definition at line 10 of file LZSSDecodeBackBuffer.hpp.
◆ DecodeBackBuffer()
tdc::lzss::DecodeBackBuffer::DecodeBackBuffer |
( |
len_t |
size | ) |
|
|
inline |
◆ decode_factor()
void tdc::lzss::DecodeBackBuffer::decode_factor |
( |
len_t |
pos, |
|
|
len_t |
num |
|
) |
| |
|
inline |
◆ decode_literal()
void tdc::lzss::DecodeBackBuffer::decode_literal |
( |
uliteral_t |
c | ) |
|
|
inline |
◆ longest_chain()
len_t tdc::lzss::DecodeBackBuffer::longest_chain |
( |
| ) |
const |
|
inline |
◆ write_to()
void tdc::lzss::DecodeBackBuffer::write_to |
( |
std::ostream & |
out | ) |
|
|
inline |
The documentation for this class was generated from the following file: