28#include "quachecksum32.h"
40 quint32
calculate(
const QByteArray &data);
43 void update(
const QByteArray &buf);
Checksum interface.
Definition quachecksum32.h:53
void reset()
Resets the calculation on a checksun for a stream.
Definition quacrc32.cpp:39
void update(const QByteArray &buf)
Updates the calculated checksum for the stream.
Definition quacrc32.cpp:44
quint32 value()
Value of the checksum calculated for the stream passed throw update().
Definition quacrc32.cpp:49
quint32 calculate(const QByteArray &data)
Calculates the checksum for data.
Definition quacrc32.cpp:34