go-zlib-tool

command module
v0.0.0-...-358dbd5 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2023 License: MIT Imports: 5 Imported by: 0

README

go-zlib-tool

Tool for compressing and extracting raw zlib compressed files.

Uses compress/zlib internally.

Should support any file starting with the following zlib magic headers:

  • 78 01 - No Compression/low
  • 78 9C - Default Compression
  • 78 DA - Best Compression

Can only extract a single compressed file.

Usage

Usage of go-zlib-tool:
  -c    Compress the input
  -x    Extract the input
  -i string
        Input path
  -o string
        Output path

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