Class CodingStateMachine
java.lang.Object
org.mozilla.universalchardet.prober.statemachine.CodingStateMachine
-
Field Details
-
model
-
currentState
protected int currentState -
currentCharLen
protected int currentCharLen -
currentBytePos
protected int currentBytePos
-
-
Constructor Details
-
CodingStateMachine
-
-
Method Details
-
nextState
public int nextState(byte c) -
getCurrentCharLen
public int getCurrentCharLen() -
reset
public void reset() -
getCodingStateMachine
-