lzma.sdk.lz
Class BinTree

java.lang.Object
  extended by lzma.sdk.lz.InWindow
      extended by lzma.sdk.lz.BinTree

public class BinTree
extends InWindow


Constructor Summary
BinTree(int numHashBytes)
           
 
Method Summary
 boolean create(int historySize, int keepAddBufferBefore, int matchMaxLen, int keepAddBufferAfter)
           
 int getMatches(int[] distances)
           
 void init()
           
 void movePos()
           
 void skip(int num)
           
 
Methods inherited from class lzma.sdk.lz.InWindow
getIndexByte, getMatchLen, getNumAvailableBytes, releaseStream, setStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinTree

public BinTree(int numHashBytes)
Method Detail

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 © 2013. All Rights Reserved.