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, setStream
public void init() throws IOException
IOException
public void movePos() throws IOException
IOException
public boolean create(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter)
public int getMatches(int[] distances) throws IOException
IOException
public void skip(int num) throws IOException
IOException
Copyright © 2024. All rights reserved.