Class ChmLzxState

java.lang.Object
org.apache.tika.parser.chm.lzx.ChmLzxState
All Implemented Interfaces:
Cloneable

public class ChmLzxState extends Object implements Cloneable
  • Constructor Details

  • Method Details

    • clone

      public ChmLzxState clone()
    • toString

      public String toString()
      It suits for informative outlook
      Overrides:
      toString in class 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()