Implements methods used to calculate a 16-bit CRC value for data in an input stream.
TIdHashCRC16 = class(TIdHash16);
TIdHashCRC16 is a TIdHash16 descendant that implements methods used to calculate a 16-bit Cyclic Redundnacy Check (CRC) value for data in an input stream.
TIdHashCRC16 uses a pre-computed 512-byte lookup table for faster calculation of CRC values.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|