Package org.apache.tika.parser.chm.lzx
Class ChmLzxState
java.lang.Object
org.apache.tika.parser.chm.lzx.ChmLzxState
- All Implemented Interfaces:
Cloneable
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Deprecated.intDeprecated.short[]Deprecated.short[]Deprecated.voidsetLengthTreeLengtsTable(short[] lengthTreeLengtsTable) Deprecated.voidsetMainTreeLengtsTable(short[] mainTreeLengtsTable) Deprecated.toString()Deprecated.It suits for informative outlook
-
Constructor Details
-
ChmLzxState
Deprecated.- Throws:
TikaException
-
-
Method Details
-
clone
Deprecated. -
toString
Deprecated.It suits for informative outlook -
getBlockType
public int getBlockType()Deprecated. -
setMainTreeLengtsTable
public void setMainTreeLengtsTable(short[] mainTreeLengtsTable) Deprecated. -
getMainTreeLengtsTable
public short[] getMainTreeLengtsTable()Deprecated. -
setLengthTreeLengtsTable
public void setLengthTreeLengtsTable(short[] lengthTreeLengtsTable) Deprecated. -
getLengthTreeLengtsTable
public short[] getLengthTreeLengtsTable()Deprecated.
-