# File lib/rchardet/codingstatemachine.rb, line 31 def initialize(sm) @_mModel = sm @_mCurrentBytePos = 0 @_mCurrentCharLen = 0 reset() end