Click or drag to resize

Xor32 Class

Calculates double-word length (32-bit) XOR-based check-sum on specified portion of a buffer.
Inheritance Hierarchy
SystemObject
  GSF.IO.ChecksumsXor32

Namespace: GSF.IO.Checksums
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public sealed class Xor32
View Source

The Xor32 type exposes the following members.

Constructors
 NameDescription
Public methodXor32 Creates a new instance of the Xor32Bit class. The checksum starts off with a value of 0.
Top
Properties
 NameDescription
Public propertyValue Returns the Xor 32-bit checksum computed so far.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodReset Resets the checksum to the initial value.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdate(Byte) Updates the checksum with an array of bytes.
Public methodUpdate(UInt32) Updates the checksum with a uint value.
Public methodUpdate(Byte, Int32, Int32) Updates the checksum with the bytes taken from the array.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also