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