e-CryptIt Engine - Compression Xojo Plugin |
|
ZCompression Class (console safe)
To handle zip compression and decompression on strings.
Object
ZCompression
class ZCompression
Properties
ErrorValue | This property returns the error code for the last operation.
Zero means no error, another value means a file error.
The code used by the File Manager, see Inside Macintosh at the Apple Website. |
Methods
CompressBytes | To compress the data given by the Bytes parameter, it returns the result as a string. If there is an error then the error code is in the ErrorValue property.
|
DecompressBytes | To decompress the data given by the Bytes parameter, it returns the result as a string. If there is an error then the error code is in the ErrorValue property. |
shared PluginVersion | Returns the version number of the plugin. |
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM