Maven module :un.storage : archive-xz :
Class :
un.storage.archive.xz.lz.HC4
Extends/Implements :
un.storage.archive.xz.lz.LZEncoder
Subclasses : -
Variables : -
Functions :
getMemoryUsage,
HC4,
getMatches,
skip
int
getMemoryUsage (int dictSize)
void
HC4 (int dictSize, int beforeSizeMin, int readAheadMax, int niceLen, int matchLenMax, int depthLimit)
public Matches
getMatches ()
public void
skip (int len)
Hash Chain match finder with 2-, 3-, and 4-byte hashing
Authors: Lasse Collin
Igor Pavlov
This file has been put into the public domain.
You can do whatever you want with this file.