Internet Direct (Indy)
|
Signals that decoding has been completed.
procedure DecodeEnd; virtual;
DecodeEnd is a procedure used to indicate that the decoding operation has been completed.
Please note that DecodeEnd is an empty procedure in TIdDecoder.
Use DecodeBegin to prepare the decoder for the decoding operation.
Use Decode to reverse the encoding algorithm for the decoder implementation.
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. |