Internet Direct (Indy) Version 9.0.2 Beta
TIdHash16
Implements a class to calculate a 16-bit hash value based on string- or stream-based input values.

TIdHash16 = class(TObject)
Description
TIdHash16 is a TObject 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. Applications should create instances of a descendant class that implements the abstract methods.