1 #ifndef QUACHECKSUM32_H
2 #define QUACHECKSUM32_H
61 virtual quint32
calculate(
const QByteArray &data) = 0;
69 virtual void update(
const QByteArray &buf) = 0;
virtual quint32 calculate(const QByteArray &data)=0
Calculates the checksum for data.
virtual void update(const QByteArray &buf)=0
Updates the calculated checksum for the stream.
virtual void reset()=0
Resets the calculation on a checksun for a stream.
virtual quint32 value()=0
Value of the checksum calculated for the stream passed throw update().