Indy 9
TIdEncoderUUE
Hierarchy, Properties, Methods, See Also, Unit: IdCoderUUE
Implements support for the UUENcode alphabet in the UUEncode algorithm.
TIdEncoderUUE = class(TIdEncoderUUEBase)
Unit
IdCoderUUE
Description
TIdEncoderUUE is a TIdEncoderUUEBase descendant that extends the ancestor class by implementing support for the UUEncode alphabet in the UUEncoder algorithm. TIdEncoderUUE specifies the UUEncode alphabet using the constant GUUECodeTable.

TIdEncoderUUE.Create
TIdEncoderUUE, 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 calls the inherited Create constructor. Create initializes the coding table for coder to use the UUEncode alphabet specified in GUUECodeTable. Create also sets FillChar to the inital character in the UUEncode alphabet. '`' (Decimal 96).

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