Discuss this help topic in SecureBlackbox Forum
This event is fired when TElPGPStream needs data.
Declaration
Parameters
- UserData - data passed as AReadUserData to Process method.
- Buffer - buffer where the data should be written to.
- MaxSize - maximal amount of data that should be written.
- Written - this parameter should be set to match the length of data actually written to the buffer.
- Last - should be set to True if there is no more data in incoming stream.
Description
This event is fired by
TElPGPStream when it needs data for processing.
Discuss this help topic in SecureBlackbox Forum