C# Class lw_common.md5_log_keeper

Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public compute_default_md5s_for_file ( string file ) : void
file string
Résultat void

compute_md5_for_file() public méthode

public compute_md5_for_file ( string file, md5_type type ) : void
file string
type md5_type
Résultat void

find_files_with_md5() public méthode

public find_files_with_md5 ( string md5s ) : List
md5s string
Résultat List

get_md5_for_file() public méthode

public get_md5_for_file ( string file, md5_type type ) : string
file string
type md5_type
Résultat string

local_md5s_for_file() public méthode

public local_md5s_for_file ( string file ) : List
file string
Résultat List