org.mozilla.universalchardet.prober.statemachine
Class CodingStateMachine

java.lang.Object
  extended by org.mozilla.universalchardet.prober.statemachine.CodingStateMachine

public class CodingStateMachine
extends java.lang.Object


Field Summary
protected  int currentBytePos
           
protected  int currentCharLen
           
protected  int currentState
           
protected  SMModel model
           
 
Constructor Summary
CodingStateMachine(SMModel model)
           
 
Method Summary
 java.lang.String getCodingStateMachine()
           
 int getCurrentCharLen()
           
 int nextState(byte c)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

model

protected SMModel model

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()


Copyright © 2013. All Rights Reserved.