Ejemplo n.º 1
0
 public override void Reset()
 {
     codingSM.Reset();
     state = ProbingState.Detecting;
     contextAnalyser.Reset();
     distributionAnalyser.Reset();
 }
Ejemplo n.º 2
0
 public override void Reset()
 {
     codingSM.Reset();
     numOfMBChar = 0;
     state       = ProbingState.Detecting;
 }
Ejemplo n.º 3
0
 public override void Reset()
 {
     codingSM.Reset();
     state = ProbingState.Detecting;
     analyser.Reset();
 }