SevenZip.Compression.LZ

Class BinTree

public class BinTree extends InWindow

Method Summary
booleanCreate(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter)
intGetMatches(int[] distances)
voidInit()
voidMovePos()
voidSetCutValue(int cutValue)
voidSetType(int numHashBytes)
voidSkip(int num)

Method Detail

Create

public boolean Create(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter)

GetMatches

public int GetMatches(int[] distances)

Init

public void Init()

MovePos

public void MovePos()

SetCutValue

public void SetCutValue(int cutValue)

SetType

public void SetType(int numHashBytes)

Skip

public void Skip(int num)