[Overview][Constants][Types][Classes][Procedures and functions] |
Set stream position
Source position: idea.pp line 90
public function TIDEAEncryptStream.Seek( |
Offset: LongInt; |
Origin: Word |
):LongInt; override; |
Offset |
|
Number of bytes to move stream pointer |
Origin |
|
Where to move stream pointer from |
New location after seek operation
Seekreturn the current position if called with 0and soFromCurrentas arguments. With all other values, it will always raise an exception, since it is impossible to set the position on an encryption stream.
An EIDEAErrorwill be raised unless called with 0and soFromCurrentas arguments.
|
Write bytes to the stream to be encrypted |
|
|
Exception for IDEA Stream errors. |