////////////////////////////////////////////////////////////////
public SJISProber()
{
super();
this.codingSM = new CodingStateMachine(smModel);
this.contextAnalyzer = new SJISContextAnalysis();
this.distributionAnalyzer = new SJISDistributionAnalysis();
this.lastChar = new byte[2];
reset();
}