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