e-CryptIt Engine 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 | 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 | This property returns the last error that occured. |
Multipart | 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 | This property is set by the decoder when the DecodeStart is called. The property returns the size of the original file. |
PartNumber | 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 | To finish decoding a YEnc file use the DecodeFinish function. |
DecodeStart | To start to decode a YEnc file use the DecodeStart function. |
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM