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