e-CryptIt Engine - Compression Xojo Plugin |
|
ZCompression.DecompressBytes Method
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.

DecompressBytes(
bytes
as String,
originalSize
as Integer)
as String
Parameters
- bytes
- The string to decompress.
- originalSize
- The size of the original, the decompressed, data.
Returns
- String
Remarks
See Also
ZCompression Class