C# 클래스 CSharpUtils.Hashing

파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
GetMd5Hash ( Stream Stream, long>.Action ProgressAction = null ) : string
GetMd5Hash ( string Path, long>.Action ProgressAction = null ) : string

메소드 상세

GetMd5Hash() 공개 정적인 메소드

public static GetMd5Hash ( Stream Stream, long>.Action ProgressAction = null ) : string
Stream Stream
ProgressAction long>.Action
리턴 string

GetMd5Hash() 공개 정적인 메소드

public static GetMd5Hash ( string Path, long>.Action ProgressAction = null ) : string
Path string
ProgressAction long>.Action
리턴 string