[Overview][Constants][Types][Classes] | Reference for unit 'BlowFish' (#fcl) |
Read data from the stream
Source position: blowfish.pp line 66
public function TBlowFishEncryptStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer in which to store read data |
Count |
|
Number of bytes to read. |
Actual number of bytes read
Read will raise an EBlowFishError exception: TBlowFishEncryptStream is a write-only stream.
Calling this function always results in an EBlowFishError exception.
|
Write data to the stream |
No notes exist for this page yet.