C# 클래스 Xnlab.SharpDups.Infrastructure.HashTool

파일 보기 프로젝트 열기: unruledboy/SharpDups

공개 메소드들

메소드 설명
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[]