class CRC16Digest

crc16 computation hash. More...

Full nameost::CRC16Digest
Definition#include <digest.h>
Inheritsost::Digest [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

A crc16 collection/compution hash accumulator class.

int  overflow (int c)

overflow

[protected]

std::ostream & strDigest (std::ostream &os)

strDigest

[protected]

Reimplemented from Digest.

 CRC16Digest ()

CRC16Digest

inline void  initDigest (void)

initDigest

Reimplemented from Digest.

inline unsigned  getSize (void)

getSize

Reimplemented from Digest.

unsigned  getDigest (unsigned char *buffer)

getDigest

Reimplemented from Digest.

void  putDigest (unsigned char *buffer, unsigned length)

putDigest

Reimplemented from Digest.