C# 클래스 MD5Async, demo-kgc-2015

파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015

공개 메소드들

메소드 설명
Compute ( string &path, DownloadFileInfo &file, OnResult on_result ) : void

비공개 메소드들

메소드 설명
AsyncCompute ( string path, DownloadFileInfo file, OnResult on_result ) : IEnumerator
MakeHashString ( byte hash ) : string

메소드 상세

Compute() 공개 정적인 메소드

public static Compute ( string &path, DownloadFileInfo &file, OnResult on_result ) : void
path string
file Fun.DownloadFileInfo
on_result OnResult
리턴 void