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()
           
 
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 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()
Method Detail

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.