convenience constructor to copy parameters of the compression for the decompression. Especially useful for the raw decompression, to ensure that the parameters fit the ones used for compression.
Parameters for the raw decompression. They are the same than for the compression. As there is no header to tell Lzma what filters were used during compression, it is the responsibility of the programmer to correctly ensure that the same options are used for decompression. All these options are ignored when decompressing .xz stream.
The format of the compressed stream
The memory usage limit in bytes. by default no limit is enforced
Parameters for the raw decompression. They are the same than for the compression. As there is no header to tell Lzma what filters were used during compression, it is the responsibility of the programmer to correctly ensure that the same options are used for decompression. All these options are ignored when decompressing .xz stream.