java.lang.Object
org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
BinTree
- Author:
- Igor Pavlov
-
Field Summary
Fields inherited from class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
_blockSize, _bufferBase, _bufferOffset, _pos, _streamPos -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
create, getIndexByte, getMatchLen, getNumAvailableBytes, moveBlock, readBlock, reduceOffsets, releaseBuffer, setBuffer
-
Constructor Details
-
BinTree
public BinTree()
-
-
Method Details
-
setType
public void setType(int numHashBytes) -
init
- Overrides:
initin classInWindow- Throws:
IOException
-
movePos
- Overrides:
movePosin classInWindow- Throws:
IOException
-
create
public boolean create(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter) -
getMatches
- Throws:
IOException
-
skip
- Throws:
IOException
-