e-CryptIt Engine - Compression Xojo Plugin

LZMA2.SetOutputToString Method

Sets the output to write to a string. The result will be written to the OutputString property.

SetOutputToString()

Parameters

Remarks

Note that if you compress a string then you will be responsible for restoring its encoding with Define encoding after you decompress the string.

See Also

LZMA2 Class