C# Class lw_common.md5_log_keeper

Datei anzeigen Open project: jtorjo/logwizard Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
compute_md5_for_file_fast ( string file ) : string
compute_md5_for_file_filename ( string file ) : string
compute_md5_for_file_slow ( string file ) : string

Method Details

compute_default_md5s_for_file() public method

public compute_default_md5s_for_file ( string file ) : void
file string
return void

compute_md5_for_file() public method

public compute_md5_for_file ( string file, md5_type type ) : void
file string
type md5_type
return void

find_files_with_md5() public method

public find_files_with_md5 ( string md5s ) : List
md5s string
return List

get_md5_for_file() public method

public get_md5_for_file ( string file, md5_type type ) : string
file string
type md5_type
return string

local_md5s_for_file() public method

public local_md5s_for_file ( string file ) : List
file string
return List