Uses of Class
org.mozilla.universalchardet.UniversalDetector.InputState
-
Packages that use UniversalDetector.InputState Package Description org.mozilla.universalchardet -
-
Uses of UniversalDetector.InputState in org.mozilla.universalchardet
Fields in org.mozilla.universalchardet declared as UniversalDetector.InputState Modifier and Type Field Description private UniversalDetector.InputState
UniversalDetector. inputState
Methods in org.mozilla.universalchardet that return UniversalDetector.InputState Modifier and Type Method Description static UniversalDetector.InputState
UniversalDetector.InputState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static UniversalDetector.InputState[]
UniversalDetector.InputState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-