Registry / utility / kjk-lzma

kjk-lzma

JSON →
library0.0.0-20161016003348-3fd93898850dgogounverified

Implements reading and writing of LZMA format compressed data, based on LZMA SDK version 4.65.

go get github.com/kjk/lzma
INSTALL
IMPORT
SIG · KJK-LZMA
K
kjk-lzma
utilitygov0.0.0-20161016003348-3fd93898850d
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lzma
github.com/kjk/lzma

Compresses a string using LZMA and writes to a buffer.

package main import ( "bytes" "fmt" "github.com/kjk/lzma" ) func main() { var compressed bytes.Buffer w := lzma.NewWriter(&compressed) w.Write([]byte("hello")) w.Close() fmt.Println(compressed.Bytes()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20161016003348-3fd93898850dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
kjk-lzma — go get kjk-lzma · libregistry