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 ChmDirectoryListingSet
getChmDirList()
protected ChmItsfHeader
getChmItsfHeader()
protected ChmItspHeader
getChmItspHeader()
protected ChmLzxcControlData
getChmLzxcControlData()
protected ChmLzxcResetTable
getChmLzxcResetTable()
protected byte[]
getData()
protected int
getIndexOfContent()
protected int
getIndexOfResetData()
protected int
getIndexOfResetTable()
protected long
getLzxBlockLength()
protected long
getLzxBlockOffset()
protected List<ChmLzxBlock>
getLzxBlocksCache()
protected int
getStartIndex()
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)
-
-
-
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)
-
-