-
Notifications
You must be signed in to change notification settings - Fork 5
b7d34f01 22f7 e9d0 f219 bcf4a888a2eb
yy edited this page Oct 15, 2018
·
1 revision
The XXHash64 type exposes the following members.
Name | Description | |
---|---|---|
Clear | Releases all resources used by the HashAlgorithm class. (Inherited from HashAlgorithm.) | |
ComputeHash(Stream) | Computes the hash value for the specified Stream object. (Inherited from HashAlgorithm.) | |
ComputeHash(Byte[]) | Computes the hash value for the specified byte array. (Inherited from HashAlgorithm.) | |
ComputeHash(Byte[], Int32, Int32) | Computes the hash value for the specified region of the specified byte array. (Inherited from HashAlgorithm.) | |
Create() | Creates an instance of XXHash64 class by default seed(0). | |
Create(String) | Creates an instance of the specified implementation of XXHash64 algorithm. This method always throws NotSupportedException. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
Initialize | Initializes this instance for new hash computing. (Overrides HashAlgorithm.Initialize().) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TransformBlock | Computes the hash value for the specified region of the input byte array and copies the specified region of the input byte array to the specified region of the output byte array. (Inherited from HashAlgorithm.) | |
TransformFinalBlock | Computes the hash value for the specified region of the specified byte array. (Inherited from HashAlgorithm.) |