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

/*
Binary Tree 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, BT4, getMatches, skip



int getMemoryUsage (int dictSize)

void BT4 (int dictSize, int beforeSizeMin, int readAheadMax, int niceLen, int matchLenMax, int depthLimit)

public Matches getMatches ()

public void skip (int len)