Class ChmLzxState
java.lang.Object
org.apache.tika.parser.microsoft.chm.ChmLzxState
- All Implemented Interfaces:
Cloneable
-
Field Summary
Modifier and TypeFieldDescriptionprotected short[]
protected short[]
protected short[]
protected short[]
protected short[]
protected short[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclone()
protected short[]
protected short[]
protected int
protected int
int
protected int
protected ChmCommons.LzxState
protected long
protected int
protected ChmCommons.IntelState
short[]
protected short[]
protected int
short[]
protected short[]
protected long
getR0()
protected long
getR1()
protected long
getR2()
protected int
protected int
protected long
protected void
protected void
setAlignedLenTable
(short[] alignedLenTable) protected void
setAlignedTreeTable
(short[] alignedTreeTable) protected void
setBlockLength
(int block_length) protected void
setBlockRemaining
(int block_remaining) protected void
setBlockType
(int block_type) protected void
setFramesRead
(int frames_read) protected void
setHadStarted
(ChmCommons.LzxState hadStarted) protected void
setIntelCurrentPossition
(long intel_current_possition) protected void
setIntelFileSize
(int intel_file_size) protected void
setIntelState
(ChmCommons.IntelState intel_state) void
setLengthTreeLengtsTable
(short[] lengthTreeLengtsTable) protected void
setLengthTreeTable
(short[] lengthTreeTable) protected void
setMainTreeElements
(int main_tree_elements) void
setMainTreeLengtsTable
(short[] mainTreeLengtsTable) protected void
setMainTreeTable
(short[] mainTreeTable) protected void
setR0
(long r0) protected void
setR1
(long r1) protected void
setR2
(long r2) protected void
setWindow
(int window) protected void
setWindowPosition
(int window_position) protected void
setWindowSize
(long window_size) toString()
It suits for informative outlook
-
Field Details
-
mainTreeLengtsTable
protected short[] mainTreeLengtsTable -
mainTreeTable
protected short[] mainTreeTable -
lengthTreeTable
protected short[] lengthTreeTable -
lengthTreeLengtsTable
protected short[] lengthTreeLengtsTable -
alignedLenTable
protected short[] alignedLenTable -
alignedTreeTable
protected short[] alignedTreeTable
-
-
Constructor Details
-
ChmLzxState
- Throws:
TikaException
-
-
Method Details
-
clone
-
getMainTreeTable
protected short[] getMainTreeTable() -
setMainTreeTable
protected void setMainTreeTable(short[] mainTreeTable) -
getAlignedTreeTable
protected short[] getAlignedTreeTable() -
setAlignedTreeTable
protected void setAlignedTreeTable(short[] alignedTreeTable) -
getLengthTreeTable
- Throws:
TikaException
-
setLengthTreeTable
protected void setLengthTreeTable(short[] lengthTreeTable) -
getAlignedLenTable
protected short[] getAlignedLenTable() -
setAlignedLenTable
protected void setAlignedLenTable(short[] alignedLenTable) -
toString
It suits for informative outlook -
getWindow
protected int getWindow() -
setWindow
protected void setWindow(int window) -
getWindowSize
protected long getWindowSize() -
setWindowSize
protected void setWindowSize(long window_size) -
getWindowPosition
protected int getWindowPosition() -
setWindowPosition
protected void setWindowPosition(int window_position) -
getMainTreeElements
protected int getMainTreeElements() -
setMainTreeElements
protected void setMainTreeElements(int main_tree_elements) -
getHadStarted
-
setHadStarted
-
getBlockType
public int getBlockType() -
setBlockType
protected void setBlockType(int block_type) -
getBlockLength
protected int getBlockLength() -
setBlockLength
protected void setBlockLength(int block_length) -
getBlockRemaining
protected int getBlockRemaining() -
setBlockRemaining
protected void setBlockRemaining(int block_remaining) -
increaseFramesRead
protected void increaseFramesRead() -
getFramesRead
protected int getFramesRead() -
setFramesRead
protected void setFramesRead(int frames_read) -
getIntelFileSize
protected int getIntelFileSize() -
setIntelFileSize
protected void setIntelFileSize(int intel_file_size) -
getIntelCurrentPossition
protected long getIntelCurrentPossition() -
setIntelCurrentPossition
protected void setIntelCurrentPossition(long intel_current_possition) -
getIntelState
-
setIntelState
-
getR0
protected long getR0() -
setR0
protected void setR0(long r0) -
getR1
protected long getR1() -
setR1
protected void setR1(long r1) -
getR2
protected long getR2() -
setR2
protected void setR2(long r2) -
getMainTreeLengtsTable
public short[] getMainTreeLengtsTable() -
setMainTreeLengtsTable
public void setMainTreeLengtsTable(short[] mainTreeLengtsTable) -
getLengthTreeLengtsTable
public short[] getLengthTreeLengtsTable() -
setLengthTreeLengtsTable
public void setLengthTreeLengtsTable(short[] lengthTreeLengtsTable)
-