[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Sequential stream object interface
Source position: types.pp line 312
type ISequentialStream = interface(IUnknown) |
||
function Read(); |
|
Read data from the stream |
function Write(); |
|
Write data to the stream |
end; |
|
Sequential stream object interface |
|
|
Basic interface for all COM-based interfaces |
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.
|
COM stream abstraction |