Uses of Class
org.apache.tika.parser.chm.accessor.ChmLzxcResetTable

Packages that use ChmLzxcResetTable
org.apache.tika.parser.chm.accessor   
org.apache.tika.parser.chm.assertion   
org.apache.tika.parser.chm.core   
 

Uses of ChmLzxcResetTable in org.apache.tika.parser.chm.accessor
 

Methods in org.apache.tika.parser.chm.accessor with parameters of type ChmLzxcResetTable
 void ChmLzxcResetTable.parse(byte[] data, ChmLzxcResetTable chmLzxcResetTable)
           
 

Uses of ChmLzxcResetTable in org.apache.tika.parser.chm.assertion
 

Methods in org.apache.tika.parser.chm.assertion with parameters of type ChmLzxcResetTable
static void ChmAssert.assertChmBlockSegment(byte[] data, ChmLzxcResetTable resetTable, int blockNumber, int lzxcBlockOffset, int lzxcBlockLength)
          Checks a validity of the chmBlockSegment parameters
 

Uses of ChmLzxcResetTable in org.apache.tika.parser.chm.core
 

Methods in org.apache.tika.parser.chm.core that return ChmLzxcResetTable
protected  ChmLzxcResetTable ChmWrapper.getChmLzxcResetTable()
           
 

Methods in org.apache.tika.parser.chm.core with parameters of type ChmLzxcResetTable
static byte[] ChmCommons.getChmBlockSegment(byte[] data, ChmLzxcResetTable resetTable, int blockNumber, int lzxcBlockOffset, int lzxcBlockLength)
           
protected  void ChmWrapper.setChmLzxcResetTable(ChmLzxcResetTable chmLzxcResetTable)
           
 



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