#include <LZ77Compression.h>
|
template<class SymbolType > |
static std::vector< std::tuple< unsigned, unsigned, SymbolType > > | compress (const string::LinearString< SymbolType > &string, unsigned searchBufferSize, unsigned lookaheadBufferSize) |
|
◆ compress()
template<class SymbolType >
std::vector< std::tuple< unsigned, unsigned, SymbolType > > stringology::compression::LZ77Compression::compress |
( |
const string::LinearString< SymbolType > & |
string, |
|
|
unsigned |
searchBufferSize, |
|
|
unsigned |
lookaheadBufferSize |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: