# File lib/amalgalite/taps/io.rb, line 24
      def initialize( io )
        @io = io
        @profile_tap = ProfileTap.new( self, 'output_profile_event' )
      end