Uses of Class
org.apache.tika.parser.chm.lzx.ChmLzxBlock
-
Packages that use ChmLzxBlock Package Description org.apache.tika.parser.chm.core org.apache.tika.parser.chm.lzx -
-
Uses of ChmLzxBlock in org.apache.tika.parser.chm.core
Methods in org.apache.tika.parser.chm.core 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.chm.core with type arguments of type ChmLzxBlock Modifier and Type Method Description protected void
ChmWrapper. setLzxBlocksCache(List<ChmLzxBlock> lzxBlocksCache)
-
Uses of ChmLzxBlock in org.apache.tika.parser.chm.lzx
Constructors in org.apache.tika.parser.chm.lzx with parameters of type ChmLzxBlock Constructor Description ChmLzxBlock(int blockNumber, byte[] dataSegment, long blockLength, ChmLzxBlock prevBlock)
-