# File lib/CharDistributionAnalysis.rb, line 94
        def got_enough_data
            # It is not necessary to receive all data to draw conclusion. For charset detection,
            # certain amount of data is enough
            return @_mTotalChars > ENOUGH_DATA_THRESHOLD
        end