[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Types' (#rtl)

ISequentialStream

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

Sequential stream object interface

Declaration

Source position: types.pp line 265

type ISequentialStream = interface(IUnknown) end;

  function Read();

  

Read data from the stream

  function Write();

  

Write data to the stream

Inheritance

ISequentialStream

  

Sequential stream object interface

IUnknown

?

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: Nov 14 2015