# File lib/html5/inputstream.rb, line 364
    def current_byte
      raise EOF if @position >= length
      return self[@position].chr
    end