tudocomp
– The TU Dortmund Compression Framework
tdc::lz78u::Decompressor Class Reference

#include <LZ78UCompressor.hpp>

Public Member Functions

lz78::factorid_t ref_at (lz78::factorid_t index) const
 
View str_at (lz78::factorid_t index) const
 
void decompress (lz78::factorid_t index, View literals, std::ostream &out)
 

Detailed Description

Definition at line 24 of file LZ78UCompressor.hpp.

Member Function Documentation

◆ decompress()

void tdc::lz78u::Decompressor::decompress ( lz78::factorid_t  index,
View  literals,
std::ostream &  out 
)
inline

Definition at line 53 of file LZ78UCompressor.hpp.

◆ ref_at()

lz78::factorid_t tdc::lz78u::Decompressor::ref_at ( lz78::factorid_t  index) const
inline

Definition at line 32 of file LZ78UCompressor.hpp.

◆ str_at()

View tdc::lz78u::Decompressor::str_at ( lz78::factorid_t  index) const
inline

Definition at line 37 of file LZ78UCompressor.hpp.


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