Topic Path: Symbol Reference > Classes > TIdDecoder00E Class
ContentsIndexHome
PreviousUpNext
TIdDecoder00E Class

Implement the decoding mechanism used in both UUE and XXE decoders.

File
TIdDecoder00E = class(TIdDecoder4to3);

TIdDecoder00E is a TIdDecoder4to3 descendant that implements an overridden Decode method to support decoding the length and content for the decoder. 

In the UUE and XXE encoding algorithms, the initial byte in the encoded values indicates the length of the encoded data stream. TIdDecoder00E implements a common routine to support the capability in both TIdDecoderUUE and TIdDecoderXXE.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.