Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.lz.HC4
Extends/Implements : un.storage.archive.xz.lz.LZEncoder
Subclasses : -

/*
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.


Variables : -
Functions : getMemoryUsage, HC4, getMatches, skip




Gets approximate memory usage of the match finder as kibibytes.
int getMemoryUsage (int dictSize)


Creates a new LZEncoder with the HC4 match finder.
See LZEncoder.getInstance for parameter descriptions.
void HC4 (int dictSize, int beforeSizeMin, int readAheadMax, int niceLen, int matchLenMax, int depthLimit)

public Matches getMatches ()

public void skip (int len)