# File lib/CharDistributionAnalysis.rb, line 50
        def reset
            #"""reset analyser, clear any state"""
            @_mDone = false # If this flag is set to constants.True, detection is done and conclusion has been made
            @_mTotalChars = 0 # Total characters encountered
            @_mFreqChars = 0 # The number of characters whose frequency order is less than 512
        end