Indy 9
TIdMessageEncoderUUE
Hierarchy, Properties, Methods, Events, See Also, Unit: IdMessageCoderUUE
Implements an encoder for RFC 822 message parts using the UUEncode algorithm.
TIdMessageEncoderUUE = class(TIdMessageEncoderUUEBase)
Unit
IdMessageCoderUUE
Description
TIdMessageEncoderUUE is a TIdMessageEncoderUUEBase descendant that implements an encoder for RFC 822 message parts using the UUEncode algorithm. TIdMessageEncoderUUE extends the ancestor class to include use of the TIdEncoderUUE encoder instead of the generic TIdEncoder3to4 encoder.

TIdMessageEncoderUUE.Create
TIdMessageEncoderUUE, See Also
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.

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