[Overview][Classes] |
Position the stream
Source position: base64.pp line 40
public function TBase64EncodingStream.Seek( |
Offset: LongInt; |
Origin: Word |
):LongInt; override; |
Offset |
|
Offset from origin |
Origin |
|
Origin for the seek operation. |
New position in the stream
Seekalways raises an EStreamErrorexception unless the arguments it received it don't change the current file pointer position. The encryption stream is not seekable.
An EStreamErrorerror is raised.
|
Read data from the stream |
|
|
Write data to the stream. |
|