| e-CryptIt Engine Xojo and Real Studio Plugin |
|
ZCompression Class (console safe)
To handle zip compression and decompression on strings.
Object
ZCompression
class ZCompression
Properties
ErrorValue (console safe) | 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 (console safe) | 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 (console safe) | 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. |
Supported Platforms:
MacOS X CarbonMacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bit