Write bytes to the stream to be encrypted.
Source position: idea.pp line 103
public function TIDEAEncryptStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer containing data to be written. |
Count |
|
Number of bytes to write. |
Number of bytes actually written.
Write writes Count bytes from Buffer to the stream, encrypting the bytes as they are written (encryption in blocks of 8 bytes).
If an error occurs writing to the destination stream, an error may occur.
|
Reads data from the stream, decrypting it as needed. |