lzma.sdk.lz
Class InWindow

java.lang.Object
  extended by lzma.sdk.lz.InWindow
Direct Known Subclasses:
BinTree

public class InWindow
extends Object


Constructor Summary
InWindow()
           
 
Method Summary
 byte getIndexByte(int index)
           
 int getMatchLen(int index, int distance, int limit)
           
 int getNumAvailableBytes()
           
 void releaseStream()
           
 void setStream(InputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InWindow

public InWindow()
Method Detail

setStream

public void setStream(InputStream stream)

releaseStream

public void releaseStream()

getIndexByte

public byte getIndexByte(int index)

getMatchLen

public int getMatchLen(int index,
                       int distance,
                       int limit)

getNumAvailableBytes

public int getNumAvailableBytes()


Copyright © 2011. All Rights Reserved.