public class ChmWrapper extends Object
Constructor and Description |
---|
ChmWrapper() |
Modifier and Type | Method and 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) |
protected int getStartIndex()
protected void setStartIndex(int startIndex)
protected int getIndexOfResetTable()
protected void setIndexOfResetTable(int indexOfResetTable)
protected List<ChmLzxBlock> getLzxBlocksCache()
protected void setLzxBlocksCache(List<ChmLzxBlock> lzxBlocksCache)
protected ChmDirectoryListingSet getChmDirList()
protected void setChmDirList(ChmDirectoryListingSet chmDirList)
protected ChmItsfHeader getChmItsfHeader()
protected void setChmItsfHeader(ChmItsfHeader chmItsfHeader)
protected ChmLzxcResetTable getChmLzxcResetTable()
protected void setChmLzxcResetTable(ChmLzxcResetTable chmLzxcResetTable)
protected ChmLzxcControlData getChmLzxcControlData()
protected void setChmLzxcControlData(ChmLzxcControlData chmLzxcControlData)
protected byte[] getData()
protected void setData(byte[] data)
protected int getIndexOfContent()
protected void setIndexOfContent(int indexOfContent)
protected long getLzxBlockOffset()
protected void setLzxBlockOffset(long lzxBlockOffset)
protected long getLzxBlockLength()
protected void setLzxBlockLength(long lzxBlockLength)
protected void setChmItspHeader(ChmItspHeader chmItspHeader)
protected ChmItspHeader getChmItspHeader()
protected void setIndexOfResetData(int indexOfResetData)
protected int getIndexOfResetData()
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.