C# Класс Xnlab.SharpDups.Infrastructure.HashTool

Показать файл Открыть проект

Открытые методы

Метод Описание
GetHashText ( byte hashBytes ) : string
HashFile ( string file ) : string
HashFile ( string file, int start, int count ) : string
HashFileBytes ( string file ) : byte[]
HashFileBytes ( string file, int start, int count ) : byte[]

Описание методов

GetHashText() публичный статический Метод

public static GetHashText ( byte hashBytes ) : string
hashBytes byte
Результат string

HashFile() публичный статический Метод

public static HashFile ( string file ) : string
file string
Результат string

HashFile() публичный статический Метод

public static HashFile ( string file, int start, int count ) : string
file string
start int
count int
Результат string

HashFileBytes() публичный статический Метод

public static HashFileBytes ( string file ) : byte[]
file string
Результат byte[]

HashFileBytes() публичный статический Метод

public static HashFileBytes ( string file, int start, int count ) : byte[]
file string
start int
count int
Результат byte[]