[Overview][Constants][Classes] |
Set stream position.
Source position: bufstream.pp line 68
public function TWriteBufStream.Seek( |
Offset: LongInt; |
Origin: Word |
):LongInt; override; |
Seekalways raises an EStreamErrorexception, except when the seek operation would not alter the current position.
A later implementation may perform a proper seek operation by flushing the buffer and doing a seek on the source stream.
|
Write data to the stream |
|
|
Read data from the stream |
|
|
Set location in the buffer |