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