Uses of Class
org.apache.tika.parser.chm.core.ChmCommons.IntelState
-
Packages that use ChmCommons.IntelState Package Description org.apache.tika.parser.chm.core org.apache.tika.parser.chm.lzx -
-
Uses of ChmCommons.IntelState in org.apache.tika.parser.chm.core
Methods in org.apache.tika.parser.chm.core that return ChmCommons.IntelState Modifier and Type Method Description static ChmCommons.IntelState
ChmCommons.IntelState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChmCommons.IntelState[]
ChmCommons.IntelState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChmCommons.IntelState in org.apache.tika.parser.chm.lzx
Methods in org.apache.tika.parser.chm.lzx that return ChmCommons.IntelState Modifier and Type Method Description protected ChmCommons.IntelState
ChmLzxState. getIntelState()
Methods in org.apache.tika.parser.chm.lzx with parameters of type ChmCommons.IntelState Modifier and Type Method Description protected void
ChmLzxState. setIntelState(ChmCommons.IntelState intel_state)
-