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 |
setType(int numHashBytes) |
void |
skip(int num) |
create, getIndexByte, getMatchLen, getNumAvailableBytes, moveBlock, readBlock, reduceOffsets, releaseBuffer, setBufferpublic 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.IOExceptionCopyright © 2018 Oracle Corporation. All Rights Reserved.