[Overview][Constants][Types][Classes][Index] |
Read data from the stream
Source position: blowfish.pp line 78
public function TBlowFishDeCryptStream.Read( |
var Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Memory buffer in which to place data |
Count |
|
Number of bytes to read from the stream |
Actual number of bytes read
Read reads Count bytes from the source stream, decrypts them using the key provided when the TBlowFishDeCryptStream instance was created, and writes the decrypted data to Buffer
|
Create a new instance of the TBlowFishStream class |
|
|
On-the-fly Blowfish encryption stream |