[Overview][Constants][Types][Classes][Procedures and functions] |
Read data from the stream
Source position: idea.pp line 88
public function TIDEAEncryptStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer to store read data |
Count |
|
Number of bytes to read. |
Number of bytes read
Readalways raises an EIDEAErrorexception, because the encryption stream is write-only. To read from an encrypted stream, use the Readmethod of the TIDEADecryptStreamdecryption stream.
An EIDEAErrorexception is raised when calling this method.
|
Write bytes to the stream to be encrypted |
|
|
IDEA Decryption stream. |
|
|
Reads data from the stream, decrypting it as needed |