Uses of Class
org.apache.tika.parser.chm.accessor.ChmLzxcControlData
-
Packages that use ChmLzxcControlData Package Description org.apache.tika.parser.chm.accessor org.apache.tika.parser.chm.core org.apache.tika.parser.chm.lzx -
-
Uses of ChmLzxcControlData in org.apache.tika.parser.chm.accessor
Methods in org.apache.tika.parser.chm.accessor with parameters of type ChmLzxcControlData Modifier and Type Method Description void
ChmLzxcControlData. parse(byte[] data, ChmLzxcControlData chmLzxcControlData)
-
Uses of ChmLzxcControlData in org.apache.tika.parser.chm.core
Methods in org.apache.tika.parser.chm.core that return ChmLzxcControlData Modifier and Type Method Description protected ChmLzxcControlData
ChmWrapper. getChmLzxcControlData()
Methods in org.apache.tika.parser.chm.core with parameters of type ChmLzxcControlData Modifier and Type Method Description protected void
ChmWrapper. setChmLzxcControlData(ChmLzxcControlData chmLzxcControlData)
-
Uses of ChmLzxcControlData in org.apache.tika.parser.chm.lzx
Methods in org.apache.tika.parser.chm.lzx 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)
-