Class SJISSMModel
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.SMModel
org.mozilla.universalchardet.prober.statemachine.SJISSMModel
-
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
-
SJIS_CLASS_FACTOR
public static final int SJIS_CLASS_FACTOR/////////////////////////////////////////////////////////////- See Also:
-
sjisClassTable
private static int[] sjisClassTable///////////////////////////////////////////////////////////// -
sjisStateTable
private static int[] sjisStateTable -
sjisCharLenTable
private static int[] sjisCharLenTable
-
-
Constructor Details
-
SJISSMModel
public SJISSMModel()/////////////////////////////////////////////////////////////
-