[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'idea' (#fcl) |
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
Read always raises an EIDEAError exception, because the encryption stream is write-only. To read from an encrypted stream, use the Read method of the TIDEADecryptStream decryption stream.
An EIDEAError exception 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 |
No notes exist for this page yet.