Indy 9
TIdDecoderMIME
Hierarchy, Properties, Methods, See Also, Unit: IdCoderMIME
Implements a decoder for MIME content encoded using the Base64 encoding scheme.
TIdDecoderMIME = class(TIdDecoder4to3)
Unit
IdCoderMIME
Description
TIdDecoderMIME is a TIdDecoder4to3 descendant that implements a decoder for MIME content encoded using the Base64 encoding algorithm. TIdDecoderMIME specifies the decoding table used by the decoder in GBase64DecodeTable based on the Base64 alphabet in GBase64CodeTable. TIdDecoderMIME also uses the special padding character "=" in the FillChar property.

TIdDecoderMIME.Create
TIdDecoderMIME, 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 constructor. Create also initializes the decoding table to the value specified in GBase64DecodeTable, and sets FillChar to the special padding character "=" used in the Base64 encoding scheme.

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