-
Decompresses
datausing LZMA algortihm.Throws
LZMAErrorif unexpected byte (bit) sequence was encountered indata. It may indicate that either data is damaged or it might not be compressed with LZMA at all.Declaration
Swift
public static func decompress(data: Data) throws -> DataParameters
dataData compressed with LZMA.
Return Value
Decompressed data.
View on GitHub
LZMA Class Reference