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.InputStateUniversalDetector. inputStateMethods in org.mozilla.universalchardet that return UniversalDetector.InputState Modifier and Type Method Description static UniversalDetector.InputStateUniversalDetector.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.
-