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.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |