Uses of Class
org.apache.tika.parser.chm.lzx.ChmBlockInfo
-
Packages that use ChmBlockInfo Package Description org.apache.tika.parser.chm.lzx -
-
Uses of ChmBlockInfo in org.apache.tika.parser.chm.lzx
Methods in org.apache.tika.parser.chm.lzx that return ChmBlockInfo 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)
Methods in org.apache.tika.parser.chm.lzx with parameters of type ChmBlockInfo Modifier and Type Method Description static ChmBlockInfo
ChmBlockInfo. getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd, ChmBlockInfo chmBlockInfo)
-