# File lib/gpgme/data.rb, line 76
      def from_io(io)
        from_callbacks(IOCallbacks.new(io))
      end