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