# File gnomevfs/src/lib/gnomevfs.rb, line 26
      def read(uri, *args)
        open(uri){|f| f.read(*args) }
      end