IHashOutput Interface

Summary

The parsed output of the HashCommand.
Namespace
Cake.SevenZip.Parsers
Interfaces
graph BT Type-.->Interface0["IOutput"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Parsers/IOutput" Type["IHashOutput"] class Type type-node

Syntax

public interface IHashOutput : IOutput

Properties

Name Value Summary
Files IEnumerable<IFileHash>
Gets the output for all individual archives.
HashOfDataAndNames IEnumerable<IHash>
Gets the hash of data and names.
HashesOfData IEnumerable<IHash>
Gets the hash of data.
SumOfHashes IEnumerable<IHash>
Gets the sum of hashes.
SumOfSizes long
Gets the sum of sizes.
GitHub Discussion