e-CryptIt Engine - Compression Xojo Plugin

ZCompression Class (console safe)

To handle zip compression and decompression on strings.

Object
   ZCompression

class ZCompression

Properties

ErrorValueThis 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

CompressBytesTo 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.
DecompressBytesTo 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 PluginVersionReturns the version number of the plugin.

Supported Platforms:

  • MacOS X Cocoa 32 bit
  • MacOS X Cocoa 64 bit
  • Windows 32 bit
  • Windows 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM