[Overview][Types][Classes] | Reference for unit 'base64' (#fcl) |
Position the stream
Source position: base64.pp line 45
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
Seek always raises an EStreamError exception unless the arguments it received it don't change the current file pointer position. The encryption stream is not seekable.
An EStreamError error is raised.
|
Read data from the stream |
|
|
Write data to the stream. |
|
No notes exist for this page yet.