コード例 #1
0
 public SJISProber()
 {
     codingSM             = new CodingStateMachine(new SJISSMModel());
     distributionAnalyser = new SJISDistributionAnalyser();
     contextAnalyser      = new SJISContextAnalyser();
     Reset();
 }