[Overview][Constants][Types][Classes] | Reference for unit 'BlowFish' (#fcl) |
Write data to the stream
Source position: blowfish.pp line 75
public function TBlowFishDeCryptStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer with data to be written. |
Count |
|
Number of bytes to write |
Number of bytes actually written.
Write will raise an EBlowFishError exception: TBlowFishDecryptStream is a write-only stream.
Calling this function always results in an EBlowFishError exception.
|
Read data from the stream |
No notes exist for this page yet.