[Overview][Constants][Types][Classes] | Reference for unit 'BlowFish' (#fcl) |
Set the position in the stream
Source position: blowfish.pp line 68
public function TBlowFishEncryptStream.Seek( |
Offset: LongInt; |
Origin: Word |
):LongInt; override; |
Offset |
|
Offset from origin |
Origin |
|
Origin for seek operation |
New position in the stream
Read will raise an EBlowFishError exception: TBlowFishEncryptStream is a write-only stream, and cannot be positioned.
Calling this function always results in an EBlowFishError exception.
|
Write data to the stream |
No notes exist for this page yet.