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 ChmLzxState
clone()
int
getBlockType()
short[]
getLengthTreeLengtsTable()
short[]
getMainTreeLengtsTable()
void
setLengthTreeLengtsTable(short[] lengthTreeLengtsTable)
void
setMainTreeLengtsTable(short[] mainTreeLengtsTable)
java.lang.String
toString()
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:
toString
in 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()
-
-