Internet Direct (Indy)
Home
PreviousUpNext
TIdEncoder00E Class

Implements common encoding routines for encoders using the UUE or XXE encoding algorithms.

Pascal
TIdEncoder00E = class(TIdEncoder3to4);

TIdEncoder00E is a TIdEncoder3to4 descendant that implements the common encoding routine used for encoders using the UUE or XXE encoding algorithms. 

TIdEncoder00E implements an Encode method that uses the table-driven encoding alphabet for the encoding algorithm. 

TIdEncoder00E does not specify the contents in the table-driven encoding alphabet for the encoding algorithm. Use a descendant class, like TIdEncoderUUE or TIdEncoderXXE, that implements the table-driven encoding alphabet for the encoding algorithm.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.