Uses of Class
org.apache.tika.parser.microsoft.chm.ChmLzxBlock
-
Packages that use ChmLzxBlock Package Description org.apache.tika.parser.microsoft.chm -
-
Uses of ChmLzxBlock in org.apache.tika.parser.microsoft.chm
Methods in org.apache.tika.parser.microsoft.chm that return types with arguments of type ChmLzxBlock Modifier and Type Method Description protected List<ChmLzxBlock>ChmWrapper. getLzxBlocksCache()Method parameters in org.apache.tika.parser.microsoft.chm with type arguments of type ChmLzxBlock Modifier and Type Method Description protected voidChmWrapper. setLzxBlocksCache(List<ChmLzxBlock> lzxBlocksCache)Constructors in org.apache.tika.parser.microsoft.chm with parameters of type ChmLzxBlock Constructor Description ChmLzxBlock(int blockNumber, byte[] dataSegment, long blockLength, ChmLzxBlock prevBlock)
-