lzma library

Classes

LzmaCodec
LzmaCodec encodes and decodes provided data using the lzma algorithm
LzmaDecoder
Encoder used to convert the given bytes by applying the lzma decompression algorithm The decoder will throw if the provided input does not represent an lzma compressed stream
LzmaEncoder
Encoder used to convert the given bytes by applying the lzma compression algorithm

Constants

lzma → const LzmaCodec
Default instance of the LzmaCodec