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