コード例 #1
0
 public SJISProber()
 {
     codingSM             = new CodingStateMachine(new SJISSMModel());
     distributionAnalyser = new SJISDistributionAnalyser();
     contextAnalyser      = new SJISContextAnalyser();
     Reset();
 }
コード例 #2
0
ファイル: SJISProber.cs プロジェクト: shu2333/dnGrep
 public SJISProber()
 {
     codingSM = new CodingStateMachine(new SJISSMModel());
     distributionAnalyser = new SJISDistributionAnalyser();
     contextAnalyser = new SJISContextAnalyser(); 
     Reset();
 }