# File lib/aws/glacier/archive_collection.rb, line 85
      def io_like? data
        data.respond_to?(:read) and
        data.respond_to?(:eof?) and
        data.respond_to?(:rewind) and
        data.respond_to?(:size)
      end