类 CodingStateMachine

java.lang.Object
org.glavo.chardet.prober.statemachine.CodingStateMachine

public class CodingStateMachine extends Object
  • 字段详细资料

    • model

      protected SMModel model
    • currentState

      protected int currentState
    • currentCharLen

      protected int currentCharLen
    • currentBytePos

      protected int currentBytePos
  • 构造器详细资料

    • CodingStateMachine

      public CodingStateMachine(SMModel model)
  • 方法详细资料

    • nextState

      public int nextState(byte c)
    • getCurrentCharLen

      public int getCurrentCharLen()
    • reset

      public void reset()
    • getCodingStateMachine

      public DetectedCharset getCodingStateMachine()