Crc32 Class |
Namespace: FM.IceLink
The Crc32 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Crc32(Int64) |
Initializes a new instance of the Crc32 class.
|
![]() | Crc32(Int64, Boolean) |
Initializes a new instance of the Crc32 class.
|
Name | Description | |
---|---|---|
![]() ![]() | Crc32cPolynomial |
Gets the CRC32c polynomial.
|
![]() ![]() | Crc32dPolynomial |
Gets the CRC32d polynomial.
|
![]() ![]() | Crc32Polynomial |
Gets the CRC32 polynomial.
|
![]() | FinalXorValue |
Gets or sets the value used to XOR the final result.
|
![]() | InitialValue |
Gets or sets the initial value.
|
![]() | Polynomial |
Gets the polynomial.
|
![]() | ReverseBits |
Gets a value indicating whether to reverse the bits.
|
Name | Description | |
---|---|---|
![]() | Compute(Byte) |
Computes the 32-bit CRC for an array of bytes.
|
![]() | Compute(Byte, Int32) |
Computes the 32-bit CRC for an array of bytes.
|
![]() | Compute(Byte, Int32, Int32) |
Computes the 32-bit CRC for an array of bytes.
|
![]() | ComputeHex(Byte) |
Computes the 32-bit CRC hex string for an array of bytes.
|
![]() | ComputeHex(Byte, Int32) |
Computes the 32-bit CRC hex string for an array of bytes.
|
![]() | ComputeHex(Byte, Int32, Int32) |
Computes the 32-bit CRC hex string for an array of bytes.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |