# File lib/em/connection.rb, line 663
    def stream_file_data filename, args={}
      EventMachine::FileStreamer.new( self, filename, args )
    end