656667686970717273
//////////////////////////////////////////////////////////////// public EUCTWProber() { super(); this.codingSM = new CodingStateMachine(smModel); this.distributionAnalyzer = new EUCTWDistributionAnalysis(); this.lastChar = new byte[2]; reset(); }