#include <Crc32.h>
List of all members.
Public Member Functions |
| CRC32 () |
virtual | ~CRC32 () |
unsigned long | CalcCRC (unsigned long lInit, unsigned char *lpBuffer, int iLength) |
Protected Attributes |
unsigned long | lCrcTable [256] |
Detailed Description
Definition at line 23 of file Crc32.h.
Constructor & Destructor Documentation
Member Function Documentation
unsigned long CRC32::CalcCRC |
( |
unsigned long |
lInit, |
|
|
unsigned char * |
lpBuffer, |
|
|
int |
iLength |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following files: