Implements a class to calculate a 32-bit hash value based on string- or stream-based input values.
TIdHash32 = class(TIdHash);
TIdHash32 is a TIdHash descendant that implements calculation of a 32-bit hash value based on string- or stream-based input values.
TIdHash32 is a base class that specifies an abstract virtual method for calculating the hash value for the input data from a stream. Applications should create instances of a descendant class that implements the abstract methods.
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. |