e-CryptIt Engine Xojo Plugin - Encodings Xojo Plugin |
|
YEncDecoder Class (console safe)
To handle YEnc decoding then use the YEncDecoder class. The YEncDecoder can decode single part and multipart YEnc files, and multipart files can be decoded in any given order (segment 2 can for example be decoded before segment 1).
Object
YEncDecoder
class YEncDecoder
Properties
DestinationFile (console safe) | This property is set by the decoder when the DecodeStart is called. Between calling DecodeStart and DecodeFinish then you can use this property to change the name and or the destination of the file to be decoded. |
LastError (console safe) | This property returns the last error that occured. |
Multipart (console safe) | This property is set by the decoder when the DecodeStart is called. The property returns true if the file that was passed to the decoder is a multipart YEnc file. |
OriginalSize (console safe) | This property is set by the decoder when the DecodeStart is called. The property returns the size of the original file. |
PartNumber (console safe) | This property is set by the decoder when the DecodeStart is called. The property returns the part number if the YEnc file that was passed to the decoder is a multipart file. |
Methods
DecodeFinish (console safe) | To finish decoding a YEnc file use the DecodeFinish function. |
DecodeStart (console safe) | To start to decode a YEnc file use the DecodeStart function. |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bit