#include <Checksum.h>
Definition at line 20 of file Checksum.h.
Public Member Functions | |
ChecksumCalculator () | |
Creates a new checksum calculator. | |
unsigned long | GetCrc32 (const char *buffer, int len) |
Calculates the CRC32 from a given buffer. | |
~ChecksumCalculator () | |
Destroys the checksum calculator. | |
Private Attributes | |
unsigned long | Crc32Table [256] |
The CRC32 calculation table. |
|
Creates a new checksum calculator.
|
|
Destroys the checksum calculator.
|
|
Calculates the CRC32 from a given buffer.
|
|
The CRC32 calculation table.
Definition at line 27 of file Checksum.h. |