Topic Path: Symbol Reference > Classes > TIdBaseStream Class
ContentsIndexHome
PreviousUpNext
TIdBaseStream Class

Ancestor for classes requiring a platform-specific stream implementation.

File
TIdBaseStream = class(TIdStream);

TIdBaseStream is a TIdStream descendant that acts as an ancestor for classes that require a platform-specific stream implementation. TIdBaseStream implements overridden Read, Write, and Seek methods to isolate the differences in parameters used as arguments to these methods. 

TIdBaseStream declares virtual abstract methods that must be implemented in descendant classes to provide the functionality for the Read, Write, and Seek operations. 

TIdBaseStream is used as the ancestor for TIdMultiPartFormDataStream used in POST method requests in TIdHTTP.

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