Uses of Class
org.apache.tika.parser.chm.lzx.ChmBlockInfo

Packages that use ChmBlockInfo
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
static ChmBlockInfo ChmBlockInfo.getChmBlockInfo()
           
protected  ChmBlockInfo ChmBlockInfo.getChmBlockInfo(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd, ChmBlockInfo chmBlockInfo)
          Returns an information related to the chmBlockInfo
static ChmBlockInfo ChmBlockInfo.getChmBlockInfoInstance(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd)
           
 

Methods in org.apache.tika.parser.chm.lzx with parameters of type ChmBlockInfo
protected  ChmBlockInfo ChmBlockInfo.getChmBlockInfo(DirectoryListingEntry dle, int bytesPerBlock, ChmLzxcControlData clcd, ChmBlockInfo chmBlockInfo)
          Returns an information related to the chmBlockInfo
static void ChmBlockInfo.setChmBlockInfo(ChmBlockInfo chmBlockInfo)
           
 



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.