Parent

Methods

Files

CharDet::CharSetGroupProber

Attributes

_mProbers[RW]

Public Class Methods

new() click to toggle source
# File lib/rchardet/charsetgroupprober.rb, line 32
def initialize
  super
  @_mActiveNum = 0
  @_mProbers = []
  @_mBestGuessProber = nil
end

Public Instance Methods

reset() click to toggle source
# File lib/rchardet/charsetgroupprober.rb, line 39
def reset
  super
  @_mActiveNum = 0

  for prober in @_mProbers:
    if prober
      prober.reset()
      prober.active = true
      @_mActiveNum += 1
    end
  end

[Validate]

Generated with the Darkfish Rdoc Generator 2.