[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Sequential stream object interface.
Source position: types.pp line 499
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. |
|
| | ||
|
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. |