[Overview][Constants][Types][Classes][Procedures and functions] |
Reads data from the stream, decrypting it as needed
Source position: idea.pp line 96
public function TIDEADeCryptStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer to place the descrypted data |
Count |
|
Number of bytes that should be read from the stream. |
Number of bytes actually read.
Readattempts to read Countbytes from the stream, placing them in Bufferthe bytes are read from the source stream and decrypted as they are read. (bytes are read from the source stream in blocks of 8 bytes. The function returns the number of bytes actually read.
If an error occurs when reading data from the source stream, an exception may be raised.
|
Write data to the stream |
|
|
Set position on the stream |
|
|
IDEA encryption stream. |