//
pkg.gl
Category
github.com/srcup/u-root
pkg
gzip
package
6.0.0+incompatible
Repository:
https://github.com/srcup/u-root.git
Documentation:
pkg.go.dev
Overview
Versions
6
Dependencies
10
Dependents
0
Files
269 SLOC
#
Functions
Compress
Compress takes input from io.Reader and deflates it using pgzip to io.Writer.
Decompress
Decompress takes gzip compressed input from io.Reader and expands it using pgzip to io.Writer.
#
Structs
File
File is a file path to be compressed or decompressed.
Options
Options represents the CLI options possible, controlling how gzip operates on the given input data.