# File lib/html5/inputstream.rb, line 412
    def initialize(data)
      @data = EncodingBytes.new(data.to_s)
      @encoding = nil
    end