-
Notifications
You must be signed in to change notification settings - Fork 5
2ba6be64 61b9 bbf6 2a05 3770549e71a6
yy edited this page Oct 15, 2018
·
1 revision
The XXHash32 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 XXHash32 class by default seed(0). | |
Create(String) | Creates an instance of the specified implementation of XXHash32 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.) |