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