org.apache.tika.parser.chm.lzx
Class ChmLzxState

java.lang.Object
  extended by org.apache.tika.parser.chm.lzx.ChmLzxState

public class ChmLzxState
extends Object


Field Summary
protected  short[] alignedLenTable
           
protected  short[] alignedTreeTable
           
protected  short[] lengthTreeLengtsTable
           
protected  short[] lengthTreeTable
           
protected  short[] mainTreeLengtsTable
           
protected  short[] mainTreeTable
           
 
Constructor Summary
ChmLzxState(int window)
           
 
Method Summary
protected  short[] getAlignedLenTable()
           
protected  short[] getAlignedTreeTable()
           
protected  int getBlockLength()
           
protected  int getBlockRemaining()
           
 int getBlockType()
           
protected  int getFramesRead()
           
protected  ChmCommons.LzxState getHadStarted()
           
protected  long getIntelCurrentPossition()
           
protected  int getIntelFileSize()
           
protected  ChmCommons.IntelState getIntelState()
           
 short[] getLengthTreeLengtsTable()
           
protected  short[] getLengthTreeTable()
           
protected  int getMainTreeElements()
           
 short[] getMainTreeLengtsTable()
           
protected  short[] getMainTreeTable()
           
protected  long getR0()
           
protected  long getR1()
           
protected  long getR2()
           
protected  int getWindow()
           
protected  int getWindowPosition()
           
protected  long getWindowSize()
           
protected  void increaseFramesRead()
           
static void main(String[] args)
           
protected  void setAlignedLenTable(short[] alignedLenTable)
           
protected  void setAlignedTreeTable(short[] alignedTreeTable)
           
protected  void setBlockLength(int block_length)
           
protected  void setBlockRemaining(int block_remaining)
           
protected  void setBlockType(int block_type)
           
protected  void setFramesRead(int frames_read)
           
protected  void setHadStarted(ChmCommons.LzxState hadStarted)
           
protected  void setIntelCurrentPossition(long intel_current_possition)
           
protected  void setIntelFileSize(int intel_file_size)
           
protected  void setIntelState(ChmCommons.IntelState intel_state)
           
 void setLengthTreeLengtsTable(short[] lengthTreeLengtsTable)
           
protected  void setLengthTreeTable(short[] lengthTreeTable)
           
protected  void setMainTreeElements(int main_tree_elements)
           
 void setMainTreeLengtsTable(short[] mainTreeLengtsTable)
           
protected  void setMainTreeTable(short[] mainTreeTable)
           
protected  void setR0(long r0)
           
protected  void setR1(long r1)
           
protected  void setR2(long r2)
           
protected  void setWindow(int window)
           
protected  void setWindowPosition(int window_position)
           
protected  void setWindowSize(long window_size)
           
 String toString()
          It suits for informative outlook
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

mainTreeLengtsTable

protected short[] mainTreeLengtsTable

mainTreeTable

protected short[] mainTreeTable

lengthTreeTable

protected short[] lengthTreeTable

lengthTreeLengtsTable

protected short[] lengthTreeLengtsTable

alignedLenTable

protected short[] alignedLenTable

alignedTreeTable

protected short[] alignedTreeTable
Constructor Detail

ChmLzxState

public ChmLzxState(int window)
            throws TikaException
Throws:
TikaException
Method Detail

getMainTreeTable

protected short[] getMainTreeTable()

getAlignedTreeTable

protected short[] getAlignedTreeTable()

setAlignedTreeTable

protected void setAlignedTreeTable(short[] alignedTreeTable)

getLengthTreeTable

protected short[] getLengthTreeTable()
                              throws TikaException
Throws:
TikaException

setLengthTreeTable

protected void setLengthTreeTable(short[] lengthTreeTable)

setMainTreeTable

protected void setMainTreeTable(short[] mainTreeTable)

getAlignedLenTable

protected short[] getAlignedLenTable()

setAlignedLenTable

protected void setAlignedLenTable(short[] alignedLenTable)

toString

public String toString()
It suits for informative outlook

Overrides:
toString in class Object

setWindow

protected void setWindow(int window)

getWindow

protected int getWindow()

setWindowSize

protected void setWindowSize(long window_size)

getWindowSize

protected long getWindowSize()

setWindowPosition

protected void setWindowPosition(int window_position)

getWindowPosition

protected int getWindowPosition()

setMainTreeElements

protected void setMainTreeElements(int main_tree_elements)

getMainTreeElements

protected int getMainTreeElements()

setHadStarted

protected void setHadStarted(ChmCommons.LzxState hadStarted)

getHadStarted

protected ChmCommons.LzxState getHadStarted()

setBlockType

protected void setBlockType(int block_type)

getBlockType

public int getBlockType()

setBlockLength

protected void setBlockLength(int block_length)

getBlockLength

protected int getBlockLength()

setBlockRemaining

protected void setBlockRemaining(int block_remaining)

getBlockRemaining

protected int getBlockRemaining()

setFramesRead

protected void setFramesRead(int frames_read)

increaseFramesRead

protected void increaseFramesRead()

getFramesRead

protected int getFramesRead()

setIntelFileSize

protected void setIntelFileSize(int intel_file_size)

getIntelFileSize

protected int getIntelFileSize()

setIntelCurrentPossition

protected void setIntelCurrentPossition(long intel_current_possition)

getIntelCurrentPossition

protected long getIntelCurrentPossition()

setIntelState

protected void setIntelState(ChmCommons.IntelState intel_state)

getIntelState

protected ChmCommons.IntelState getIntelState()

setR0

protected void setR0(long r0)

getR0

protected long getR0()

setR1

protected void setR1(long r1)

getR1

protected long getR1()

setR2

protected void setR2(long r2)

getR2

protected long getR2()

main

public static void main(String[] args)

setMainTreeLengtsTable

public void setMainTreeLengtsTable(short[] mainTreeLengtsTable)

getMainTreeLengtsTable

public short[] getMainTreeLengtsTable()

setLengthTreeLengtsTable

public void setLengthTreeLengtsTable(short[] lengthTreeLengtsTable)

getLengthTreeLengtsTable

public short[] getLengthTreeLengtsTable()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.