Indy 9
|
TIdDecoderXXE = class(TIdDecoderUUEBase)
TIdDecoderXXE uses the 4-byte to 3-byte decoding algorithm defined in TIdDecoderUUE. TIdDecoderXXEBase handles the XXEncode body line format by using the inherited Decode method, which consists of the encoded length followed by the encoded data.
TIdDecoderXXE is used by other Indy coder classes, such as TIdMessageDecoderXXE, that handle XXEncode message streams in RFC 822-compliant mail messages.
constructor Create(AOwner: TComponent); override;