////////////////////////////////////////////////////////////////
public EUCJPProber()
{
super();
this.codingSM = new CodingStateMachine(smModel);
this.contextAnalyzer = new EUCJPContextAnalysis();
this.distributionAnalyzer = new EUCJPDistributionAnalysis();
this.lastChar = new byte[2];
reset();
}