Uses of Enum
org.mozilla.universalchardet.prober.CharsetProber.ProbingState
Packages that use CharsetProber.ProbingState
-
Uses of CharsetProber.ProbingState in org.mozilla.universalchardet.prober
Subclasses with type arguments of type CharsetProber.ProbingState in org.mozilla.universalchardet.proberModifier and TypeClassDescriptionstatic enum/////////////////////////////////////////////////////////////Methods in org.mozilla.universalchardet.prober that return CharsetProber.ProbingStateModifier and TypeMethodDescriptionabstract CharsetProber.ProbingStateCharsetProber.getState()EscCharsetProber.getState()Latin1Prober.getState()MBCSGroupProber.getState()SBCSGroupProber.getState()abstract CharsetProber.ProbingStateCharsetProber.handleData(byte[] buf, int offset, int length) EscCharsetProber.handleData(byte[] buf, int offset, int length) Latin1Prober.handleData(byte[] buf, int offset, int length) MBCSGroupProber.handleData(byte[] buf, int offset, int length) SBCSGroupProber.handleData(byte[] buf, int offset, int length) static CharsetProber.ProbingStateReturns the enum constant of this type with the specified name.static CharsetProber.ProbingState[]CharsetProber.ProbingState.values()Returns an array containing the constants of this enum type, in the order they are declared.