Uses of Enum
org.apache.tika.parser.microsoft.chm.ChmCommons.LzxState
Packages that use ChmCommons.LzxState
-
Uses of ChmCommons.LzxState in org.apache.tika.parser.microsoft.chm
Methods in org.apache.tika.parser.microsoft.chm that return ChmCommons.LzxStateModifier and TypeMethodDescriptionprotected ChmCommons.LzxState
ChmLzxState.getHadStarted()
static ChmCommons.LzxState
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.LzxStateModifier and TypeMethodDescriptionprotected void
ChmLzxState.setHadStarted
(ChmCommons.LzxState hadStarted)