[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Reads data from the stream, decrypting it as needed
Source position: idea.pp line 107
public function TIDEADeCryptStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer to place the decrypted data |
Count |
|
Number of bytes that should be read from the stream. |
Number of bytes actually read.
Read attempts to read Count bytes from the stream, placing them in Buffer the 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.
|
Set position on the stream |
|
|
IDEA encryption stream. |