Class UTF8SMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.UTF8SMModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int/////////////////////////////////////////////////////////////private static int[]private static int[]/////////////////////////////////////////////////////////////private static int[]Fields inherited from class SMModel
charLenTable, classFactor, classTable, ERROR, ITSME, name, START, stateTable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SMModel
getCharLen, getClass, getName, getNextState
-
Field Details
-
UTF8_CLASS_FACTOR
public static final int UTF8_CLASS_FACTOR/////////////////////////////////////////////////////////////- See Also:
-
utf8ClassTable
private static int[] utf8ClassTable///////////////////////////////////////////////////////////// -
utf8StateTable
private static int[] utf8StateTable -
utf8CharLenTable
private static int[] utf8CharLenTable
-
-
Constructor Details
-
UTF8SMModel
public UTF8SMModel()/////////////////////////////////////////////////////////////
-