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