Topic Path: Symbol Reference > Classes > TIdDecoderMIMELineByLine Class > TIdDecoderMIMELineByLine Methods > FinishDecoding Method
ContentsIndexHome
PreviousUpNext
TIdDecoderMIMELineByLine.FinishDecoding Method

Ensures unused characters in TIdDecoderMIMELineByLine are padded with the FillChar and decoded.

procedure FinishDecoding;

FinishDecoding is a procedure used to ensure that unused characters in the internal buffer for TIdDecoderMIMELineByLine are padded with the value specified in FillChar and decoded. 

FinishDecoding ensure that the number of pending characters is always a multiple of 4 (for the 4-byte to 3-byte decoding operation). 

FinishDecoding calls the inherited Decode method. 

Use Clear to discard and ignore any unused characters from prior calls to the Decode method.

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