Calculates cyclic redundancy check codes


The following tables list the members exposed by ChecksumCalculator.

Public Constructors

Name Description
Public method ChecksumCalculator Contructor
Top

Public Methods

Name Description
Public method ComputeChecksum Overloaded. Computes a CRC from an array of bytes and returns a positive int of range [0-65535]
Public method ComputeChecksumToByteArray Computes a CRC from an array of bytes and returns a byte array
Public method Equals (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Public method ToString (inherited from Object)
Top

Protected Methods

Name Description
Family method Finalize (inherited from Object)
Family method MemberwiseClone (inherited from Object)
Top

See Also