Class | Description | |
---|---|---|
![]() | CRC32 | Computes a CRC-32. The CRC-32 algorithm is parameterized - you can set the polynomial and enable or disable bit reversal. This can be used for GZIP, BZip2, or ZIP. |
![]() | CrcCalculatorStream | A Stream that calculates a CRC32 (a checksum) on all bytes read, or on all bytes written. |