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 Carbon
  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit