Package org.apache.tika.parser.chm.lzx
Class ChmLzxState
java.lang.Object
org.apache.tika.parser.chm.lzx.ChmLzxState
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intshort[]short[]voidsetLengthTreeLengtsTable(short[] lengthTreeLengtsTable) voidsetMainTreeLengtsTable(short[] mainTreeLengtsTable) toString()It suits for informative outlook
-
Constructor Details
-
ChmLzxState
- Throws:
TikaException
-
-
Method Details
-
clone
-
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()
-