Implements methods used to calculate a 32-bit CRC value for data in an input stream.
TIdHashCRC32 = class(TIdHash32);
TIdHashCRC32 is a TIdHash32 descendant that implements methods used to calculate a 32-bit Cyclic Redundnacy Check (CRC) value for data in an input stream. TIdHashCRC32 uses a pre-computed 1024-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. |