Class CodingStateMachine
- java.lang.Object
-
- org.mozilla.universalchardet.prober.statemachine.CodingStateMachine
-
public class CodingStateMachine extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected int
currentBytePos
protected int
currentCharLen
protected int
currentState
protected SMModel
model
-
Constructor Summary
Constructors Constructor Description CodingStateMachine(SMModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCodingStateMachine()
int
getCurrentCharLen()
int
nextState(byte c)
void
reset()
-