Package org.apache.tika.parser.chm.lzx
Class ChmLzxState
- java.lang.Object
-
- org.apache.tika.parser.chm.lzx.ChmLzxState
-
-
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)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 String toString()
It suits for informative outlook
-
getBlockType
public int getBlockType()
-
setMainTreeLengtsTable
public void setMainTreeLengtsTable(short[] mainTreeLengtsTable)
-
getMainTreeLengtsTable
public short[] getMainTreeLengtsTable()
-
setLengthTreeLengtsTable
public void setLengthTreeLengtsTable(short[] lengthTreeLengtsTable)
-
getLengthTreeLengtsTable
public short[] getLengthTreeLengtsTable()
-
-