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

Syntax

public interface IHashOutput : IOutput

Properties

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