Package Usage: go: github.com/kjk/lzma
The lzma package implements reading and writing of LZMA format compressed data.
Reference implementation is LZMA SDK version 4.65 originaly developed by Igor
Pavlov, available online at:
Usage examples. Write compressed data to a buffer:
read that data back:
If the data is bigger than you'd like to hold into memory, use pipes. Write
compressed data to an io.PipeWriter:
and read it back:
1 version
Latest release: almost 9 years ago
31 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/kjk/lzma