[Overview][Types][Classes][Procedures and functions][Index] |
Position the stream
Source position: base64.pp line 42
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.
TBase64EncodingStream.Read |
|
Read data from the stream |
|
Write data to the stream. |
|