Class CodingStateMachine


  • public class CodingStateMachine
    extends java.lang.Object
    • Field Detail

      • currentState

        protected int currentState
      • currentCharLen

        protected int currentCharLen
      • currentBytePos

        protected int currentBytePos
    • Constructor Detail

      • CodingStateMachine

        public CodingStateMachine​(SMModel model)
    • Method Detail

      • nextState

        public int nextState​(byte c)
      • getCurrentCharLen

        public int getCurrentCharLen()
      • reset

        public void reset()
      • getCodingStateMachine

        public java.lang.String getCodingStateMachine()