C# Class DuplicateFinder.Core.HashCodeProviders.FileContentHashCodeProvider

Inheritance: IHashCodeProvider
Afficher le fichier Open project: agross/duplicatefinder

Méthodes publiques

Méthode Description
CalculateHashCode ( string path ) : IEnumerable
FileContentHashCodeProvider ( IFileSystem fileSystem ) : System
ToString ( ) : string

Private Methods

Méthode Description
StreamsFor ( string path ) : IEnumerable

Method Details

CalculateHashCode() public méthode

public CalculateHashCode ( string path ) : IEnumerable
path string
Résultat IEnumerable

FileContentHashCodeProvider() public méthode

public FileContentHashCodeProvider ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string