org.apache.tika.parser.chm.core
Class ChmWrapper

java.lang.Object
  extended by org.apache.tika.parser.chm.core.ChmWrapper

public class ChmWrapper
extends java.lang.Object


Constructor Summary
ChmWrapper()
           
 
Method Summary
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  java.util.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(java.util.List<ChmLzxBlock> lzxBlocksCache)
           
protected  void setStartIndex(int startIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChmWrapper

public ChmWrapper()
Method Detail

getStartIndex

protected int getStartIndex()

setStartIndex

protected void setStartIndex(int startIndex)

getIndexOfResetTable

protected int getIndexOfResetTable()

setIndexOfResetTable

protected void setIndexOfResetTable(int indexOfResetTable)

getLzxBlocksCache

protected java.util.List<ChmLzxBlock> getLzxBlocksCache()

setLzxBlocksCache

protected void setLzxBlocksCache(java.util.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.