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