Class ChmWrapper

java.lang.Object
org.apache.tika.parser.microsoft.chm.ChmWrapper

public class ChmWrapper extends Object
  • Constructor Details

    • ChmWrapper

      public ChmWrapper()
  • Method Details

    • getStartIndex

      protected int getStartIndex()
    • setStartIndex

      protected void setStartIndex(int startIndex)
    • getIndexOfResetTable

      protected int getIndexOfResetTable()
    • setIndexOfResetTable

      protected void setIndexOfResetTable(int indexOfResetTable)
    • getLzxBlocksCache

      protected List<ChmLzxBlock> getLzxBlocksCache()
    • setLzxBlocksCache

      protected void setLzxBlocksCache(List<ChmLzxBlock> lzxBlocksCache)
    • getChmDirList

      protected ChmDirectoryListingSet getChmDirList()
    • setChmDirList

      protected void setChmDirList(ChmDirectoryListingSet chmDirList)
    • getChmItsfHeader

      protected ChmItsfHeader getChmItsfHeader()
    • setChmItsfHeader

      protected void setChmItsfHeader(ChmItsfHeader chmItsfHeader)
    • getChmLzxcResetTable

      protected ChmLzxcResetTable getChmLzxcResetTable()
    • setChmLzxcResetTable

      protected void setChmLzxcResetTable(ChmLzxcResetTable chmLzxcResetTable)
    • getChmLzxcControlData

      protected ChmLzxcControlData getChmLzxcControlData()
    • setChmLzxcControlData

      protected void setChmLzxcControlData(ChmLzxcControlData chmLzxcControlData)
    • getData

      protected byte[] getData()
    • setData

      protected void setData(byte[] data)
    • getIndexOfContent

      protected int getIndexOfContent()
    • setIndexOfContent

      protected void setIndexOfContent(int indexOfContent)
    • getLzxBlockOffset

      protected long getLzxBlockOffset()
    • setLzxBlockOffset

      protected void setLzxBlockOffset(long lzxBlockOffset)
    • getLzxBlockLength

      protected long getLzxBlockLength()
    • setLzxBlockLength

      protected void setLzxBlockLength(long lzxBlockLength)
    • getChmItspHeader

      protected ChmItspHeader getChmItspHeader()
    • setChmItspHeader

      protected void setChmItspHeader(ChmItspHeader chmItspHeader)
    • getIndexOfResetData

      protected int getIndexOfResetData()
    • setIndexOfResetData

      protected void setIndexOfResetData(int indexOfResetData)