C# Class DuplicateFinder.Core.HashCodeProviders.FileContentHashCodeProvider

Inheritance: IHashCodeProvider
ファイルを表示 Open project: agross/duplicatefinder

Public Methods

Method Description
CalculateHashCode ( string path ) : IEnumerable
FileContentHashCodeProvider ( IFileSystem fileSystem ) : System
ToString ( ) : string

Private Methods

Method Description
StreamsFor ( string path ) : IEnumerable

Method Details

CalculateHashCode() public method

public CalculateHashCode ( string path ) : IEnumerable
path string
return IEnumerable

FileContentHashCodeProvider() public method

public FileContentHashCodeProvider ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
return System

ToString() public method

public ToString ( ) : string
return string