decompressor

command
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 20, 2023 License: MIT Imports: 9 Imported by: 0

README

Example Decompressor

This demonstrates how to decompress data from various compression formats.

See also: examples/compression

Each command below can also use --output=<FILE> to specify the output file (default=output.memr)

snappy (default)

go run . --input=<FILE> --compression=snappy

lz4 (comparable to snappy)

go run . --input=<FILE> --compression=lz4
go run . --input=<FILE> --compression=zlib
go run . --input=<FILE> --compression=gzip

none (explicitly disabled)

go run . --input=<FILE> --compression=none

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL