Internet Direct (Indy) Version 9.0.2 Beta
TIdMessageEncoderUUE.Create
Constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create is the overridden Constructor for the object instance, and relies on the inherited Create method. Create assigns a TIdEncoderUUE instance to the EncoderClass property, allowing support for the specifics of the UUEncode algorithm instead of the generic 3-byte to 4-byte table-driven encoding algorithm.