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, setBuffer
public void setType(int numHashBytes)
public void init() throws IOException
init
in class InWindow
IOException
public void movePos() throws IOException
movePos
in class InWindow
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 © 2014 Oracle Corporation. All rights reserved.