20 unsigned filecrc (
const QString &filename)
const;
23 unsigned memcrc (
const unsigned char *b,
24 unsigned int n)
const;
30 static unsigned long m_crctab[];
unsigned memcrc(const unsigned char *b, unsigned int n) const
Compute the checksum using data in memory.
unsigned filecrc(const QString &filename) const
Compute the checksum using data in file.
Crc32()
Single default constructor.