| Modifier and Type | Field and Description | 
|---|---|
| protected short[] | alignedLenTable | 
| protected short[] | alignedTreeTable | 
| protected short[] | lengthTreeLengtsTable | 
| protected short[] | lengthTreeTable | 
| protected short[] | mainTreeLengtsTable | 
| protected short[] | mainTreeTable | 
| Constructor and Description | 
|---|
| ChmLzxState(int window) | 
| Modifier and Type | Method and Description | 
|---|---|
| ChmLzxState | clone() | 
| protected short[] | getAlignedLenTable() | 
| protected short[] | getAlignedTreeTable() | 
| protected int | getBlockLength() | 
| protected int | getBlockRemaining() | 
| int | getBlockType() | 
| protected int | getFramesRead() | 
| protected ChmCommons.LzxState | getHadStarted() | 
| protected long | getIntelCurrentPossition() | 
| protected int | getIntelFileSize() | 
| protected ChmCommons.IntelState | getIntelState() | 
| short[] | getLengthTreeLengtsTable() | 
| protected short[] | getLengthTreeTable() | 
| protected int | getMainTreeElements() | 
| short[] | getMainTreeLengtsTable() | 
| protected short[] | getMainTreeTable() | 
| protected long | getR0() | 
| protected long | getR1() | 
| protected long | getR2() | 
| protected int | getWindow() | 
| protected int | getWindowPosition() | 
| protected long | getWindowSize() | 
| protected void | increaseFramesRead() | 
| 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) | 
| String | toString()It suits for informative outlook | 
protected short[] mainTreeLengtsTable
protected short[] mainTreeTable
protected short[] lengthTreeTable
protected short[] lengthTreeLengtsTable
protected short[] alignedLenTable
protected short[] alignedTreeTable
public ChmLzxState(int window)
            throws TikaException
TikaExceptionpublic ChmLzxState clone()
protected short[] getMainTreeTable()
protected void setMainTreeTable(short[] mainTreeTable)
protected short[] getAlignedTreeTable()
protected void setAlignedTreeTable(short[] alignedTreeTable)
protected short[] getLengthTreeTable()
                              throws TikaException
TikaExceptionprotected void setLengthTreeTable(short[] lengthTreeTable)
protected short[] getAlignedLenTable()
protected void setAlignedLenTable(short[] alignedLenTable)
public String toString()
protected int getWindow()
protected void setWindow(int window)
protected long getWindowSize()
protected void setWindowSize(long window_size)
protected int getWindowPosition()
protected void setWindowPosition(int window_position)
protected int getMainTreeElements()
protected void setMainTreeElements(int main_tree_elements)
protected ChmCommons.LzxState getHadStarted()
protected void setHadStarted(ChmCommons.LzxState hadStarted)
public int getBlockType()
protected void setBlockType(int block_type)
protected int getBlockLength()
protected void setBlockLength(int block_length)
protected int getBlockRemaining()
protected void setBlockRemaining(int block_remaining)
protected void increaseFramesRead()
protected int getFramesRead()
protected void setFramesRead(int frames_read)
protected int getIntelFileSize()
protected void setIntelFileSize(int intel_file_size)
protected long getIntelCurrentPossition()
protected void setIntelCurrentPossition(long intel_current_possition)
protected ChmCommons.IntelState getIntelState()
protected void setIntelState(ChmCommons.IntelState intel_state)
protected long getR0()
protected void setR0(long r0)
protected long getR1()
protected void setR1(long r1)
protected long getR2()
protected void setR2(long r2)
public short[] getMainTreeLengtsTable()
public void setMainTreeLengtsTable(short[] mainTreeLengtsTable)
public short[] getLengthTreeLengtsTable()
public void setLengthTreeLengtsTable(short[] lengthTreeLengtsTable)
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.