# File ruby/bstream.rb, line 738
        def add_handler(name,handler)
          @handler_table[name] = handler
        end