e-CryptIt Engine Xojo Plugin |
|
YEncDecoder.DecodeFinish Method
To finish decoding a YEnc file use the DecodeFinish function.

DecodeFinish()
as Boolean
Parameters
Returns
- Boolean
Remarks
Returns true if it was successful, false if not. Use the LastError property to determine which error occured.
Possible errors that this function can generate:
0 No Error.
-1602 Could not open or create the destination file.
-10002 Error looking for a multipart header in a multipart file.
-10011 CRC checksum did not match.
-10016 DecodeFinish was called without having called DecodeStart successfully before.
-10018 File size mismatch.
-10021 Error looking for yEnc trailer.
See Also
YEncDecoder Class