[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'idea' (#fcl) |
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
Seek return the current position if called with 0 and soFromCurrent as arguments. With all other values, it will always raise an exception, since it is impossible to set the position on an encryption stream.
An EIDEAError will be raised unless called with 0 and soFromCurrent as arguments.
|
Write bytes to the stream to be encrypted |
|
|
Exception for IDEA Stream errors. |
No notes exist for this page yet.