Package SevenZip.Compression.LZ
Class BinTree
java.lang.Object
SevenZip.Compression.LZ.InWindow
SevenZip.Compression.LZ.BinTree
-
Field Summary
Fields inherited from class SevenZip.Compression.LZ.InWindow
_blockSize, _bufferBase, _bufferOffset, _pos, _streamPos -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCreate(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter) intGetMatches(int[] distances) voidInit()voidMovePos()voidSetCutValue(int cutValue) voidSetType(int numHashBytes) voidSkip(int num) Methods inherited from class SevenZip.Compression.LZ.InWindow
Create, GetIndexByte, GetMatchLen, GetNumAvailableBytes, MoveBlock, ReadBlock, ReduceOffsets, ReleaseStream, SetStream
-
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
-
SetCutValue
public void SetCutValue(int cutValue)
-