[Overview][Constants][Types][Classes][Procedures and functions] | Reference for unit 'idea' (#fcl) |
Write data to the stream
Source position: idea.pp line 97
public function TIDEADeCryptStream.Write( |
const Buffer; |
Count: LongInt |
):LongInt; override; |
Buffer |
|
Buffer containing data to be written |
Count |
|
Number of bytes to write |
Number of written bytes
Write always raises an EIDEAError exception, because the decryption stream is read-only. To write to an encryption stream, use the Write method of the TIDEAEncryptStream decryption stream.
An EIDEAError exception is raised when calling this method.
|
Reads data from the stream, decrypting it as needed |
|
|
IDEA encryption stream. |
|
|
Write bytes to the stream to be encrypted |
No notes exist for this page yet.