CRC32 utility. More...
#include "ZFAlgorithmDef.h"
Go to the source code of this file.
Functions | |
zfflags const & | ZFCrc32Invalid (void) |
invalid value for CRC32 | |
zfflags | ZFCrc32 (const void *src, zfindex srcLen, zfflags prevResult=0) |
calculate CRC32, return ZFCrc32Invalid if failed | |
zfflags | ZFCrc32 (const ZFInput &callback, zfflags prevResult=(0)) |
calculate CRC32, return ZFCrc32Invalid if failed | |
zfflags | ZFCrc32 (const zfchar *src, zfindex srcLen=(((zfindex) -1)), zfflags prevResult=(0)) |
see ZFCrc32 | |
CRC32 utility.
calculate CRC32, return ZFCrc32Invalid if failed
prevResult is used for continous calculation for performance, you may separate big buffer to small ones, and calculate separately
calculate CRC32, return ZFCrc32Invalid if failed
prevResult is used for continous calculation for performance, you may separate big buffer to small ones, and calculate separately