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 |
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 |
public compute_default_md5s_for_file ( string file ) : void | ||
file | string | |
return | void |
public compute_md5_for_file ( string file, md5_type type ) : void | ||
file | string | |
type | md5_type | |
return | void |
public find_files_with_md5 ( string md5s ) : List |
||
md5s | string | |
return | List |
public get_md5_for_file ( string file, md5_type type ) : string | ||
file | string | |
type | md5_type | |
return | string |
public local_md5s_for_file ( string file ) : List |
||
file | string | |
return | List |