C# Class MD5Async, demo-kgc-2015

Exibir arquivo Open project: iFunFactory/demo-kgc-2015

Public Methods

Method Description
Compute ( string &path, DownloadFileInfo &file, OnResult on_result ) : void

Private Methods

Method Description
AsyncCompute ( string path, DownloadFileInfo file, OnResult on_result ) : IEnumerator
MakeHashString ( byte hash ) : string

Method Details

Compute() public static method

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