Internet Direct (Indy) Version 9.0.2 Beta
TIdIOHandlerStream
Implements an input and output handler that uses a stream.

TIdIOHandlerStream = class(TIdIOHandler)
Description
TIdIOHandlerStream is a TIdIOHandler descendant that implements the framework used to perform input and output operations for Indy components using a TStream as the source or destination.

TIdIOHandlerStream implements abstract virtual methods inherited from TIdIOHandler that allow the handler to determine when the handler is ready to perform an IO operation, and perform the data transmission or receipt required for a component.

TIdIOHandlerStream also exposes the ReadStream and WriteStream properties that allow acccess to the methods and properties of TStream instance used for input and output operations.