alexrsagen / go-zlib-tool

Tool for compressing and extracting raw zlib compressed files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tool for compressing and extracting raw zlib compressed files.

License:MIT License


Languages

Language:Go 100.0%