lzma_state: DecoderState,
fn decompress(self: *Decoder, allocator: Allocator, reader: anytype, writer: anytype) !void
No documentation provided.
fn deinit(self: *Decoder, allocator: Allocator) void
fn init(allocator: Allocator) !Decoder