Class ChmWrapper
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.chm.ChmWrapper
 
- 
 public class ChmWrapper extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description ChmWrapper()
 - 
Method SummaryAll 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- 
getStartIndexprotected int getStartIndex() 
 - 
setStartIndexprotected void setStartIndex(int startIndex) 
 - 
getIndexOfResetTableprotected int getIndexOfResetTable() 
 - 
setIndexOfResetTableprotected void setIndexOfResetTable(int indexOfResetTable) 
 - 
getLzxBlocksCacheprotected List<ChmLzxBlock> getLzxBlocksCache() 
 - 
setLzxBlocksCacheprotected void setLzxBlocksCache(List<ChmLzxBlock> lzxBlocksCache) 
 - 
getChmDirListprotected ChmDirectoryListingSet getChmDirList() 
 - 
setChmDirListprotected void setChmDirList(ChmDirectoryListingSet chmDirList) 
 - 
getChmItsfHeaderprotected ChmItsfHeader getChmItsfHeader() 
 - 
setChmItsfHeaderprotected void setChmItsfHeader(ChmItsfHeader chmItsfHeader) 
 - 
getChmLzxcResetTableprotected ChmLzxcResetTable getChmLzxcResetTable() 
 - 
setChmLzxcResetTableprotected void setChmLzxcResetTable(ChmLzxcResetTable chmLzxcResetTable) 
 - 
getChmLzxcControlDataprotected ChmLzxcControlData getChmLzxcControlData() 
 - 
setChmLzxcControlDataprotected void setChmLzxcControlData(ChmLzxcControlData chmLzxcControlData) 
 - 
getDataprotected byte[] getData() 
 - 
setDataprotected void setData(byte[] data) 
 - 
getIndexOfContentprotected int getIndexOfContent() 
 - 
setIndexOfContentprotected void setIndexOfContent(int indexOfContent) 
 - 
getLzxBlockOffsetprotected long getLzxBlockOffset() 
 - 
setLzxBlockOffsetprotected void setLzxBlockOffset(long lzxBlockOffset) 
 - 
getLzxBlockLengthprotected long getLzxBlockLength() 
 - 
setLzxBlockLengthprotected void setLzxBlockLength(long lzxBlockLength) 
 - 
getChmItspHeaderprotected ChmItspHeader getChmItspHeader() 
 - 
setChmItspHeaderprotected void setChmItspHeader(ChmItspHeader chmItspHeader) 
 - 
getIndexOfResetDataprotected int getIndexOfResetData() 
 - 
setIndexOfResetDataprotected void setIndexOfResetData(int indexOfResetData) 
 
- 
 
-