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, SetStreampublic 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.IOExceptionpublic void Skip(int num)
throws java.io.IOException
java.io.IOExceptionpublic void SetCutValue(int cutValue)