Example #1
0
 public GB18030Prober()
 {
     lastChar = new byte[2];
     codingSM = new CodingStateMachine(new GB18030SMModel());
     analyser = new GB18030DistributionAnalyser();
     Reset();
 }
Example #2
0
 public GB18030Prober()
 {
     this.lastChar = new byte[2];
     this.codingSM = new CodingStateMachine(new GB18030Model());
     this.analyser = new GB18030DistributionAnalyser();
     this.Reset();
 }
Example #3
0
 public GB18030Prober()
 {
     this.lastChar = new byte[2];
     this.codingSM = new CodingStateMachine(new GB18030Model());
     this.analyser = new GB18030DistributionAnalyser();
     this.Reset();
 }