Click or drag to resize

Crc32 Class

Calculates CRC32 checksums.
Inheritance Hierarchy
SystemObject
  FM.IceLinkCrc32

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The Crc32 type exposes the following members.

Constructors
  NameDescription
Public methodCrc32(Int64)
Initializes a new instance of the Crc32 class.
Public methodCrc32(Int64, Boolean)
Initializes a new instance of the Crc32 class.
Top
Properties
  NameDescription
Public propertyStatic memberCrc32cPolynomial
Gets the CRC32c polynomial.
Public propertyStatic memberCrc32dPolynomial
Gets the CRC32d polynomial.
Public propertyStatic memberCrc32Polynomial
Gets the CRC32 polynomial.
Public propertyFinalXorValue
Gets or sets the value used to XOR the final result.
Public propertyInitialValue
Gets or sets the initial value.
Public propertyPolynomial
Gets the polynomial.
Public propertyReverseBits
Gets a value indicating whether to reverse the bits.
Top
Methods
See Also