lzma.sdk.lz
Class BinTree
java.lang.Object
lzma.sdk.lz.InWindow
lzma.sdk.lz.BinTree
public class BinTree
- extends InWindow
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinTree
public BinTree()
setType
public void setType(int numHashBytes)
init
public void init()
throws IOException
- Throws:
IOException
movePos
public void movePos()
throws IOException
- Throws:
IOException
create
public boolean create(int historySize,
int keepAddBufferBefore,
int matchMaxLen,
int keepAddBufferAfter)
getMatches
public int getMatches(int[] distances)
throws IOException
- Throws:
IOException
skip
public void skip(int num)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.