C# 클래스 lw_common.md5_log_keeper

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 메소드들

메소드 설명
compute_default_md5s_for_file ( string file ) : void
compute_md5_for_file ( string file, md5_type type ) : void
find_files_with_md5 ( string md5s ) : List
get_md5_for_file ( string file, md5_type type ) : string
local_md5s_for_file ( string file ) : List

비공개 메소드들

메소드 설명
compute_md5_for_file_fast ( string file ) : string
compute_md5_for_file_filename ( string file ) : string
compute_md5_for_file_slow ( string file ) : string

메소드 상세

compute_default_md5s_for_file() 공개 메소드

public compute_default_md5s_for_file ( string file ) : void
file string
리턴 void

compute_md5_for_file() 공개 메소드

public compute_md5_for_file ( string file, md5_type type ) : void
file string
type md5_type
리턴 void

find_files_with_md5() 공개 메소드

public find_files_with_md5 ( string md5s ) : List
md5s string
리턴 List

get_md5_for_file() 공개 메소드

public get_md5_for_file ( string file, md5_type type ) : string
file string
type md5_type
리턴 string

local_md5s_for_file() 공개 메소드

public local_md5s_for_file ( string file ) : List
file string
리턴 List