Open the stream.
Source position: objects.pp line 326
procedure TStream.Open( |
OpenMode: Word |
); virtual; |
Open is an abstract method, that should be overridden by descendent objects. Since opening a stream depends on the stream's type this is not surprising.
For an example, see TDosStream.Open.
None.
|
Close the stream. |
|
|
Reset the stream. |