Class FileHelper
Provides helper methods for working with files.
public static class FileHelper
- Inheritance
-
FileHelper
Methods
- GetHash(Stream, string)
Computes the hash value for the specified stream using the specified hash algorithm.
- GetHashAlgotithm(string)
Gets the specified hash algorithm.
- GetHashAsync(Stream, string, int)
Asynchronously computes the hash value for the specified stream using the specified hash algorithm and a custom buffer size.
- GetHashString(byte[])
Converts the specified hash value to a string representation.