19 #ifndef SRECORD_ADLER32_H
20 #define SRECORD_ADLER32_H
61 unsigned long get()
const;
The adler32 class is used to represent the running value of a 32-bit Adler checksum of series of byte...
adler32 & operator=(const adler32 &)
The assignment operator.
virtual ~adler32()
The destructor.
void nextbuf(const void *, size_t)
The nextbuf method is used to advance the state by a series of bytes.
adler32()
The default constructor.
unsigned long get() const
The get method is used to obtain the running value of the checksum.
void next(unsigned char)
The next method is used to advance the state by one byte.
adler32(const adler32 &)
The copy constructor.