LzmaException if rc is an error.void checkLzmaError(lzma_ret rc, string context = "")Throws an LzmaException if the given return code is an error.
rc | The return value from a liblzma function. |
context | Optional context string for the error message. |
LzmaException if rc is an error.