# File lib/rchardet/jpcntx.rb, line 128
    def reset
      @_mTotalRel = 0 # total sequence received
      @_mRelSample = [0] * NUM_OF_CATEGORY # category counters, each interger counts sequence in its category
      @_mNeedToSkipCharNum = 0 # if last byte in current buffer is not the last byte of a character, we need to know how many bytes to skip in next buffer
      @_mLastCharOrder = -1 # The order of previous char
      @_mDone = false # If this flag is set to constants.True, detection is done and conclusion has been made
    end