public UTF8Prober() { mNumOfMBChar = 0; mCodingSM = new CodingStateMachine(SMModel.UTF8SMModel); Reset(); }