Unit 'Types' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

ISequentialStream

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Sequential stream object interface

Declaration

Source position: types.pp line 330

type ISequentialStream = interface(IUnknown)

  function Read();

  

Read data from the stream

  function Write();

  

Write data to the stream

end;

Inheritance

ISequentialStream

  

Sequential stream object interface

|

IUnknown

  

Basic interface for all COM-based interfaces

|

IInterface

  

Basic interface for all COM based interfaces

Description

ISequentialStream is the interface for streams which only support sequential reading of chunks of data. It is defined for Delphi/Kylix compatibility and should not be used.

See also

IStream

  

COM stream abstraction


Documentation generated on: Sep 29 2022