Uses of Class
org.apache.tika.parser.chm.core.ChmCommons.LzxState
-
Packages that use ChmCommons.LzxState Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description protected ChmCommons.LzxState
ChmLzxState. getHadStarted()
Methods in org.apache.tika.parser.chm.lzx with parameters of type ChmCommons.LzxState Modifier and Type Method Description protected void
ChmLzxState. setHadStarted(ChmCommons.LzxState hadStarted)
-