Class ChmWrapper
- java.lang.Object
-
- org.apache.tika.parser.microsoft.chm.ChmWrapper
-
public class ChmWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ChmWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChmDirectoryListingSetgetChmDirList()protected ChmItsfHeadergetChmItsfHeader()protected ChmItspHeadergetChmItspHeader()protected ChmLzxcControlDatagetChmLzxcControlData()protected ChmLzxcResetTablegetChmLzxcResetTable()protected byte[]getData()protected intgetIndexOfContent()protected intgetIndexOfResetData()protected intgetIndexOfResetTable()protected longgetLzxBlockLength()protected longgetLzxBlockOffset()protected List<ChmLzxBlock>getLzxBlocksCache()protected intgetStartIndex()protected voidsetChmDirList(ChmDirectoryListingSet chmDirList)protected voidsetChmItsfHeader(ChmItsfHeader chmItsfHeader)protected voidsetChmItspHeader(ChmItspHeader chmItspHeader)protected voidsetChmLzxcControlData(ChmLzxcControlData chmLzxcControlData)protected voidsetChmLzxcResetTable(ChmLzxcResetTable chmLzxcResetTable)protected voidsetData(byte[] data)protected voidsetIndexOfContent(int indexOfContent)protected voidsetIndexOfResetData(int indexOfResetData)protected voidsetIndexOfResetTable(int indexOfResetTable)protected voidsetLzxBlockLength(long lzxBlockLength)protected voidsetLzxBlockOffset(long lzxBlockOffset)protected voidsetLzxBlocksCache(List<ChmLzxBlock> lzxBlocksCache)protected voidsetStartIndex(int startIndex)
-
-
-
Method Detail
-
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)
-
-