public class BinTree extends InWindow
_blockSize, _bufferBase, _bufferOffset, _pos, _streamPos
Constructor and Description |
---|
BinTree() |
Modifier and Type | Method and Description |
---|---|
boolean |
Create(int historySize,
int keepAddBufferBefore,
int matchMaxLen,
int keepAddBufferAfter) |
int |
GetMatches(int[] distances) |
void |
Init() |
void |
MovePos() |
void |
SetCutValue(int cutValue) |
void |
SetType(int numHashBytes) |
void |
Skip(int num) |
Create, GetIndexByte, GetMatchLen, GetNumAvailableBytes, MoveBlock, ReadBlock, ReduceOffsets, ReleaseStream, SetStream
public void SetType(int numHashBytes)
public void Init() throws java.io.IOException
public void MovePos() throws java.io.IOException
public boolean Create(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter)
public int GetMatches(int[] distances) throws java.io.IOException
java.io.IOException
public void Skip(int num) throws java.io.IOException
java.io.IOException
public void SetCutValue(int cutValue)