[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Write remaining bytes from the stream
Source position: idea.pp line 99
public procedure TIDEAEncryptStream.Flush; |
Flush writes the current encryption buffer to the stream. Encryption always happens in blocks of 8 bytes, so if the buffer is not completely filled at the end of the writing operations, it must be flushed. It should never be called directly, unless at the end of all writing operations. It is called automatically when the stream is destroyed.
None.
|
Write bytes to the stream to be encrypted |