e-CryptIt Engine Xojo Plugin |
|
MacBinary.OnMacBinaryDecode Event
This event is fired when the decoder wants more data.
Do not send more data than what is asked. You may send less, e.g. if it's the end of the file.
OnMacBinaryDecode(
count as Integer) as String
Parameters
- count
- Number of bytes.
Returns
- String
Remarks
Returns the string to be decoded.
See Also
MacBinary Class