Class UCS2BESMModel
- java.lang.Object
-
- org.mozilla.universalchardet.prober.statemachine.SMModel
-
- org.mozilla.universalchardet.prober.statemachine.UCS2BESMModel
-
public class UCS2BESMModel extends SMModel
-
-
Field Summary
Fields Modifier and Type Field Description static int
UCS2BE_CLASS_FACTOR
private static int[]
ucs2beCharLenTable
private static int[]
ucs2beClassTable
private static int[]
ucs2beStateTable
-
Fields inherited from class org.mozilla.universalchardet.prober.statemachine.SMModel
charLenTable, classFactor, classTable, ERROR, ITSME, name, START, stateTable
-
-
Constructor Summary
Constructors Constructor Description UCS2BESMModel()
-
Method Summary
-
Methods inherited from class org.mozilla.universalchardet.prober.statemachine.SMModel
getCharLen, getClass, getName, getNextState
-
-
-
-
Field Detail
-
UCS2BE_CLASS_FACTOR
public static final int UCS2BE_CLASS_FACTOR
- See Also:
- Constant Field Values
-
ucs2beClassTable
private static int[] ucs2beClassTable
-
ucs2beStateTable
private static int[] ucs2beStateTable
-
ucs2beCharLenTable
private static int[] ucs2beCharLenTable
-
-