Class CodingStateMachine

java.lang.Object
org.mozilla.universalchardet.prober.statemachine.CodingStateMachine

public class CodingStateMachine extends Object
  • Field Details

    • model

      protected SMModel model
    • currentState

      protected int currentState
    • currentCharLen

      protected int currentCharLen
    • currentBytePos

      protected int currentBytePos
  • Constructor Details

    • CodingStateMachine

      public CodingStateMachine(SMModel model)
  • Method Details

    • nextState

      public int nextState(byte c)
    • getCurrentCharLen

      public int getCurrentCharLen()
    • reset

      public void reset()
    • getCodingStateMachine

      public String getCodingStateMachine()