Class ChmWrapper
java.lang.Object
org.apache.tika.parser.microsoft.chm.ChmWrapper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ChmDirectoryListingSet
protected ChmItsfHeader
protected ChmItspHeader
protected ChmLzxcControlData
protected ChmLzxcResetTable
protected byte[]
getData()
protected int
protected int
protected int
protected long
protected long
protected List<ChmLzxBlock>
protected int
protected void
setChmDirList
(ChmDirectoryListingSet chmDirList) protected void
setChmItsfHeader
(ChmItsfHeader chmItsfHeader) protected void
setChmItspHeader
(ChmItspHeader chmItspHeader) protected void
setChmLzxcControlData
(ChmLzxcControlData chmLzxcControlData) protected void
setChmLzxcResetTable
(ChmLzxcResetTable chmLzxcResetTable) protected void
setData
(byte[] data) protected void
setIndexOfContent
(int indexOfContent) protected void
setIndexOfResetData
(int indexOfResetData) protected void
setIndexOfResetTable
(int indexOfResetTable) protected void
setLzxBlockLength
(long lzxBlockLength) protected void
setLzxBlockOffset
(long lzxBlockOffset) protected void
setLzxBlocksCache
(List<ChmLzxBlock> lzxBlocksCache) protected void
setStartIndex
(int startIndex)
-
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
-
setLzxBlocksCache
-
getChmDirList
-
setChmDirList
-
getChmItsfHeader
-
setChmItsfHeader
-
getChmLzxcResetTable
-
setChmLzxcResetTable
-
getChmLzxcControlData
-
setChmLzxcControlData
-
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
-
setChmItspHeader
-
getIndexOfResetData
protected int getIndexOfResetData() -
setIndexOfResetData
protected void setIndexOfResetData(int indexOfResetData)
-