Skip to content

2ba6be64 61b9 bbf6 2a05 3770549e71a6

yy edited this page Oct 15, 2018 · 1 revision

XXHash32 Methods

The XXHash32 type exposes the following members.

Methods

 

Name Description
Public method Clear Releases all resources used by the HashAlgorithm class. (Inherited from HashAlgorithm.)
Public method ComputeHash(Stream) Computes the hash value for the specified Stream object. (Inherited from HashAlgorithm.)
Public method ComputeHash(Byte[]) Computes the hash value for the specified byte array. (Inherited from HashAlgorithm.)
Public method ComputeHash(Byte[], Int32, Int32) Computes the hash value for the specified region of the specified byte array. (Inherited from HashAlgorithm.)
Public methodStatic member Create() Creates an instance of XXHash32 class by default seed(0).
Public methodStatic member Create(String) Creates an instance of the specified implementation of XXHash32 algorithm. This method always throws NotSupportedException.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method Initialize Initializes this instance for new hash computing. (Overrides HashAlgorithm.Initialize().)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method 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.)
Public method TransformFinalBlock Computes the hash value for the specified region of the specified byte array. (Inherited from HashAlgorithm.)
  Back to Top

See Also

Reference

XXHash32 Class
YYProject.XXHash Namespace

Clone this wiki locally