Object
LZMA
![]() | If set to true then the plugin will yield to Xojo threads during compression or decompression. (Default set to false) |
![]() | Compression level from 0 to 9 (Default is 5) |
![]() | Returns the result of compression or decompression when the output was set to string. |
![]() | If set to true then end marker is written in the stream. (Default false) |
![]() | Compresses the data that has been set by the input source, to the output destination. |
![]() | Decompresses the data that has been set by the input source, to the output destination. |
![]() | Returns the version number of the plugin. |
![]() | Sets the input to a BinaryStream. |
![]() | Sets the input to a given string. |
![]() | Sets the output to BinaryStream |
![]() | Sets the output to write to a string. The result will be written to the OutputString property. |
![]() | Sets progress hander for the class. (Optional) |