Calculates cyclic redundancy check codes
The following tables list the members exposed by ChecksumCalculator.
Public Constructors
| Name | Description | |
|---|---|---|
|
ChecksumCalculator | Contructor |
Public Methods
| Name | Description | |
|---|---|---|
|
ComputeChecksum | Overloaded. Computes a CRC from an array of bytes and returns a positive int of range [0-65535] |
|
ComputeChecksumToByteArray | Computes a CRC from an array of bytes and returns a byte array |
|
Equals | (inherited from Object) |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
|
ToString | (inherited from Object) |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |