public class CodingStateMachine
extends java.lang.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 |
|---|---|
java.lang.String |
getCodingStateMachine() |
int |
getCurrentCharLen() |
int |
nextState(byte c) |
void |
reset() |
Copyright © 2025. All rights reserved