Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2018 Changes in this version + func Compress(r io.Reader, w io.Writer, level int, blocksize int, processes int) error + func Decompress(r io.Reader, w io.Writer, blocksize int, processes int) error + type File struct + Options *Options + Path string + func (f *File) CheckOutputPath() error + func (f *File) CheckOutputStdout() error + func (f *File) CheckPath() error + func (f *File) Cleanup() error + func (f *File) Process() error + type Options struct + Blocksize int + Decompress bool + Force bool + Help bool + Keep bool + Level int + Processes int + Quiet bool + Stdin bool + Stdout bool + Suffix string + Test bool + Verbose bool + func (o *Options) ParseArgs(args []string, cmdLine *flag.FlagSet) error Incompatible versions in this module v4.0.0+incompatible Jan 27, 2019 v3.0.0+incompatible Nov 21, 2018 v2.0.0+incompatible Oct 1, 2018