Topic Path: Symbol Reference > Files > IdCoder3to4.pas
ContentsIndexHome
PreviousUpNext
IdCoder3to4.pas

Contains classes, types, procedures, and functions needed to define and implement encoding and decoding classes using table-based character sets.

IdCoder3To4.pas contains Classes, Types, Procedures, and Functions needed to define and implement the Indy classes that support encoding and decoding using table-based character sets. Classes in IdCoder3To4.pas use values that can be represented in the 127 character US-ASCII character set.

Class 
Description 
Implements a table-driven decoder. 
Implements an encoder using a table-driven alphabet to produce output represented in the US-ASCII character set. 
Type 
Description 
Array of Byte values used in Decoding values from their 4-byte representation to their 3-byte representation. 
Class type for TIdEncoder3to4 descendants. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.