org.glassfish.grizzly.compression.lzma.impl.lz
Class BinTree
java.lang.Object
org.glassfish.grizzly.compression.lzma.impl.lz.InWindow
org.glassfish.grizzly.compression.lzma.impl.lz.BinTree
public class BinTree
- extends InWindow
BinTree
- Author:
- Igor Pavlov
|
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 java.io.IOException
- Overrides:
init in class InWindow
- Throws:
java.io.IOException
movePos
public void movePos()
throws java.io.IOException
- Overrides:
movePos in class InWindow
- Throws:
java.io.IOException
create
public boolean create(int historySize,
int keepAddBufferBefore,
int matchMaxLen,
int keepAddBufferAfter)
getMatches
public int getMatches(int[] distances)
throws java.io.IOException
- Throws:
java.io.IOException
skip
public void skip(int num)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2012 Oracle Corporation. All Rights Reserved.