Uses of Class
org.apache.tika.parser.microsoft.chm.ChmLzxcControlData
-
Packages that use ChmLzxcControlData Package Description org.apache.tika.parser.microsoft.chm -
-
Uses of ChmLzxcControlData in org.apache.tika.parser.microsoft.chm
Methods in org.apache.tika.parser.microsoft.chm that return ChmLzxcControlData Modifier and Type Method Description protected ChmLzxcControlData
ChmWrapper. getChmLzxcControlData()
Methods in org.apache.tika.parser.microsoft.chm with parameters of type ChmLzxcControlData Modifier and Type Method Description static ChmBlockInfo
ChmBlockInfo. getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd)
Deprecated.static ChmBlockInfo
ChmBlockInfo. getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd, ChmBlockInfo chmBlockInfo)
void
ChmLzxcControlData. parse(byte[] data, ChmLzxcControlData chmLzxcControlData)
protected void
ChmWrapper. setChmLzxcControlData(ChmLzxcControlData chmLzxcControlData)
-