Uses of Class
org.apache.tika.parser.chm.core.ChmCommons.LzxState

Packages that use ChmCommons.LzxState
org.apache.tika.parser.chm.core   
org.apache.tika.parser.chm.lzx   
 

Uses of ChmCommons.LzxState in org.apache.tika.parser.chm.core
 

Methods in org.apache.tika.parser.chm.core that return ChmCommons.LzxState
static ChmCommons.LzxState ChmCommons.LzxState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ChmCommons.LzxState[] ChmCommons.LzxState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ChmCommons.LzxState in org.apache.tika.parser.chm.lzx
 

Methods in org.apache.tika.parser.chm.lzx that return ChmCommons.LzxState
protected  ChmCommons.LzxState ChmLzxState.getHadStarted()
           
 

Methods in org.apache.tika.parser.chm.lzx with parameters of type ChmCommons.LzxState
protected  void ChmLzxState.setHadStarted(ChmCommons.LzxState hadStarted)
           
 



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