command
module
Version:
v0.0.0-...-358dbd5
Opens a new window with list of versions in this module.
Published: Sep 10, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.