DiffResult with the fields:
different— number of detected differences (>0 means archives differ)filesCompared— number of entries compared
DiffResult diff(Archive other) @safeCompares this archive with another archive.
Returns a DiffResult indicating whether the archives differ and how many files were compared. This is a convenience over the low-level diffArchives() free function.
other | the archive to compare against |
DiffResult with the fields:
different — number of detected differences (>0 means archives differ)filesCompared — number of entries comparedDarException if comparison fails (invalid handles, I/O errors).