e-CryptIt Engine - Compression Xojo Plugin |
|
LZMA.SetInputToString Method
Sets the input to a given string.

SetInputToString(
inputString
as String)
Parameters
- inputString
- The string to use as input
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
LZMA Class