public class CodingStateMachine extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
currentBytePos |
protected int |
currentCharLen |
protected int |
currentState |
protected SMModel |
model |
Constructor and Description |
---|
CodingStateMachine(SMModel model) |
Modifier and Type | Method and Description |
---|---|
String |
getCodingStateMachine() |
int |
getCurrentCharLen() |
int |
nextState(byte c) |
void |
reset() |
protected SMModel model
protected int currentState
protected int currentCharLen
protected int currentBytePos
public CodingStateMachine(SMModel model)
public int nextState(byte c)
public int getCurrentCharLen()
public void reset()
public String getCodingStateMachine()
Copyright © 2019. All rights reserved.