Method | Description | |
---|---|---|
DigestBinaryFile ( string filepath ) : |
||
DigestFiles ( IEnumerable |
||
DigestSourceFile ( string filepath ) : |
||
DigestStream ( Stream s ) : |
||
DigestString ( string input ) : |
||
HashUtil ( |
||
ThreadyDigestFiles ( IEnumerable |
Method | Description | |
---|---|---|
DigestFile ( |
||
DigestFile ( string filepath, bool checkDateTime ) : |
||
ThreadyDigestWorker ( object arg ) : void |
public DigestBinaryFile ( string filepath ) : |
||
filepath | string | |
return |
public DigestFiles ( IEnumerable |
||
files | IEnumerable |
|
return | DataHash>.Dictionary |
public DigestSourceFile ( string filepath ) : |
||
filepath | string | |
return |
public DigestString ( string input ) : |
||
input | string | |
return |
public HashUtil ( |
||
includecache | ||
return | System |
public ThreadyDigestFiles ( IEnumerable |
||
files | IEnumerable |
|
stopOnUnCachable | bool | |
return | DataHash>.Dictionary |