tudocomp
– The TU Dortmund Compression Framework
tdc::lzss::DecodeBackBuffer Class Reference

#include <LZSSDecodeBackBuffer.hpp>

Public Member Functions

 DecodeBackBuffer (len_t size)
 
void decode_literal (uliteral_t c)
 
void decode_factor (len_t pos, len_t num)
 
len_t longest_chain () const
 
void write_to (std::ostream &out)
 

Detailed Description

Definition at line 10 of file LZSSDecodeBackBuffer.hpp.

Constructor & Destructor Documentation

◆ DecodeBackBuffer()

tdc::lzss::DecodeBackBuffer::DecodeBackBuffer ( len_t  size)
inline

Definition at line 18 of file LZSSDecodeBackBuffer.hpp.

Member Function Documentation

◆ decode_factor()

void tdc::lzss::DecodeBackBuffer::decode_factor ( len_t  pos,
len_t  num 
)
inline

Definition at line 28 of file LZSSDecodeBackBuffer.hpp.

◆ decode_literal()

void tdc::lzss::DecodeBackBuffer::decode_literal ( uliteral_t  c)
inline

Definition at line 24 of file LZSSDecodeBackBuffer.hpp.

◆ longest_chain()

len_t tdc::lzss::DecodeBackBuffer::longest_chain ( ) const
inline

Definition at line 32 of file LZSSDecodeBackBuffer.hpp.

◆ write_to()

void tdc::lzss::DecodeBackBuffer::write_to ( std::ostream &  out)
inline

Definition at line 36 of file LZSSDecodeBackBuffer.hpp.


The documentation for this class was generated from the following file: