Package org.apache.tika.parser.chm.lzx
Class ChmLzxState
- java.lang.Object
 - 
- org.apache.tika.parser.chm.lzx.ChmLzxState
 
 
- 
- All Implemented Interfaces:
 java.lang.Cloneable
public class ChmLzxState extends java.lang.Object implements java.lang.Cloneable 
- 
- 
Constructor Summary
Constructors Constructor Description ChmLzxState(int window) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChmLzxStateclone()intgetBlockType()short[]getLengthTreeLengtsTable()short[]getMainTreeLengtsTable()voidsetLengthTreeLengtsTable(short[] lengthTreeLengtsTable)voidsetMainTreeLengtsTable(short[] mainTreeLengtsTable)java.lang.StringtoString()It suits for informative outlook 
 - 
 
- 
- 
Constructor Detail
- 
ChmLzxState
public ChmLzxState(int window) throws TikaException- Throws:
 TikaException
 
 - 
 
- 
Method Detail
- 
clone
public ChmLzxState clone()
 
- 
toString
public java.lang.String toString()
It suits for informative outlook- Overrides:
 toStringin classjava.lang.Object
 
- 
getBlockType
public int getBlockType()
 
- 
setMainTreeLengtsTable
public void setMainTreeLengtsTable(short[] mainTreeLengtsTable)
 
- 
getMainTreeLengtsTable
public short[] getMainTreeLengtsTable()
 
- 
setLengthTreeLengtsTable
public void setLengthTreeLengtsTable(short[] lengthTreeLengtsTable)
 
- 
getLengthTreeLengtsTable
public short[] getLengthTreeLengtsTable()
 
 - 
 
 -