Computes the a CRC32 checksum of a given buffer or VirtualFile.
More...
#include <CRC32CheckSum.hpp>
List of all members.
Detailed Description
Computes the a CRC32 checksum of a given buffer or VirtualFile.
Constructor & Destructor Documentation
| vl::CRC32CheckSum::CRC32CheckSum |
( |
) |
[inline] |
Member Function Documentation
| unsigned int vl::CRC32CheckSum::compute |
( |
const void * |
buf, |
|
|
int |
length |
|
) |
| [inline] |
| unsigned int vl::CRC32CheckSum::compute |
( |
VirtualFile * |
stream ) |
[inline] |
| void vl::CRC32CheckSum::startCRC32 |
( |
) |
[inline] |
| unsigned int vl::CRC32CheckSum::finalizeCRC32 |
( |
) |
[inline] |
| void vl::CRC32CheckSum::continueCRC32 |
( |
unsigned char * |
ptr, |
|
|
int |
length |
|
) |
| [inline] |
| void vl::CRC32CheckSum::crc32_init |
( |
) |
[inline, protected] |
| unsigned int vl::CRC32CheckSum::reflect |
( |
unsigned int |
val, |
|
|
char |
ch |
|
) |
| [inline, protected] |
Member Data Documentation
The documentation for this class was generated from the following file: