Indy 9
TIdEncoderXXE
Hierarchy, Properties, Methods, See Also, Unit: IdCoderXXE
Implements support for the XXEncode alphabet and the XXEncode algorithm.
TIdEncoderXXE = class(TIdEncoderUUEBase)
Unit
IdCoderXXE
Description
TIdEncoderXXE is a TIdEncoderUUE descendant that extends the ancestor class by implementing support for the XXEncode alphabet in the XXEncoder algorithm. TIdEncoderXXE specifies the XXEncode alphabet using the constant GXXECodeTable.

TIdEncoderXXE.Create
TIdEncoderXXE, See Also
Constructor for the object instance.
constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.
Description
Create is the Constructor for the object instance, and relies on the inherited Create method to initialize object properties to the default values. Create also assignes the XXEncode alphabet, contained in GXXECodeTable, to the codiung table for the object instance. Create also sets the default FillChar to initial character in the XXEncode alphabet.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.