org.apache.tika.parser.chm.core
Class ChmWrapper
java.lang.Object
org.apache.tika.parser.chm.core.ChmWrapper
public class ChmWrapper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChmWrapper
public ChmWrapper()
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)
setChmItspHeader
protected void setChmItspHeader(ChmItspHeader chmItspHeader)
getChmItspHeader
protected ChmItspHeader getChmItspHeader()
setIndexOfResetData
protected void setIndexOfResetData(int indexOfResetData)
getIndexOfResetData
protected int getIndexOfResetData()
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.