public class BinTree extends InWindow
| Constructor and Description |
|---|
BinTree(int numHashBytes) |
| 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 |
skip(int num) |
getIndexByte, getMatchLen, getNumAvailableBytes, releaseStream, setStreampublic void init()
throws IOException
IOExceptionpublic void movePos()
throws IOException
IOExceptionpublic boolean create(int historySize,
int keepAddBufferBefore,
int matchMaxLen,
int keepAddBufferAfter)
public int getMatches(int[] distances)
throws IOException
IOExceptionpublic void skip(int num)
throws IOException
IOExceptionCopyright © 2021. All rights reserved.