Implements a class to calculate a 16-bit hash value based on string- or stream-based input values.
TIdHash16 = class(TIdHash);
TIdHash16 is a TIdHash descendant that implements calculation of a 16-bit hash value based on string- or stream-based input values.
TIdHash16 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. |