java.lang.Object
org.glavo.chardet.prober.statemachine.SMModel
直接已知子类:
Big5SMModel, EUCJPSMModel, EUCKRSMModel, EUCTWSMModel, GB18030SMModel, HZSMModel, ISO2022CNSMModel, ISO2022JPSMModel, ISO2022KRSMModel, SJISSMModel, UCS2BESMModel, UTF8SMModel

public abstract class SMModel extends Object
  • 字段详细资料

    • START

      public static final int START
      另请参阅:
    • ERROR

      public static final int ERROR
      另请参阅:
    • ITSME

      public static final int ITSME
      另请参阅:
    • classTable

      protected PkgInt classTable
    • classFactor

      protected int classFactor
    • stateTable

      protected PkgInt stateTable
    • charLenTable

      protected int[] charLenTable
    • charset

      protected DetectedCharset charset
  • 构造器详细资料

  • 方法详细资料

    • getClass

      public int getClass(byte b)
    • getNextState

      public int getNextState(int cls, int currentState)
    • getCharLen

      public int getCharLen(int cls)
    • getCharset

      public DetectedCharset getCharset()