NBit Bit Manipulation Library

Crc Methods

The methods of the Crc class are listed below. For a complete list of Crc class members, see the Crc Members topic.

Public Static (Shared) Methods

CustomOverloaded. Creates a custom CRC calculator.

Public Instance Methods

Begin Returns the initial value of the CRC. Begin the computation using this value.
ComputeOverloaded. Computes a CRC from a byte array.
End Finishes the CRC computation. An exclusive OR is done between the current CRC value and the post-invert bit mask.
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
NextOverloaded. Sends 8 bits through the CRC.
Resume Undoes the End operation. An exclusive OR is done between the final CRC value and the post-invert bit mask.
ToString (inherited from Object)

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

Crc Class | NBit Namespace