Class MBCSGroupProber
java.lang.Object
org.mozilla.universalchardet.prober.CharsetProber
org.mozilla.universalchardet.prober.MBCSGroupProber
-
Nested Class Summary
Nested classes/interfaces inherited from class CharsetProber
CharsetProber.ProbingState -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate CharsetProberprivate List<CharsetProber> private CharsetProber.ProbingState/////////////////////////////////////////////////////////////Fields inherited from class CharsetProber
ASCII_A, ASCII_A_CAPITAL, ASCII_GT, ASCII_LT, ASCII_SP, ASCII_Z, ASCII_Z_CAPITAL, SHORTCUT_THRESHOLD -
Constructor Summary
ConstructorsConstructorDescription///////////////////////////////////////////////////////////// -
Method Summary
Modifier and TypeMethodDescriptionfloatgetState()handleData(byte[] buf, int offset, int length) final voidreset()voidMethods inherited from class CharsetProber
filterWithEnglishLetters, filterWithoutEnglishLetters, isActive, setActive
-
Field Details
-
state
///////////////////////////////////////////////////////////// -
probers
-
bestGuess
-
activeNum
private int activeNum
-
-
Constructor Details
-
MBCSGroupProber
public MBCSGroupProber()/////////////////////////////////////////////////////////////
-
-
Method Details
-
getCharSetName
- Specified by:
getCharSetNamein classCharsetProber
-
getConfidence
public float getConfidence()- Specified by:
getConfidencein classCharsetProber
-
getState
- Specified by:
getStatein classCharsetProber
-
handleData
- Specified by:
handleDatain classCharsetProber
-
reset
public final void reset()- Specified by:
resetin classCharsetProber
-
setOption
public void setOption()- Specified by:
setOptionin classCharsetProber
-