compression

package
v0.1.19-rc.4 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compression

type Compression struct {
}

func NewCompression

func NewCompression() Compression

func (*Compression) GzipCompressDir

func (c *Compression) GzipCompressDir(p *filepaths.Path) error

func (*Compression) Lz4Decompress

func (c *Compression) Lz4Decompress(p *filepaths.Path) error

func (*Compression) TarCompress

func (c *Compression) TarCompress(p *filepaths.Path) error

func (*Compression) UnGzip

func (c *Compression) UnGzip(p *filepaths.Path) error

UnGzip takes a destination path and a reader; a tar reader loops over the tarfile creating the file structure at 'dst' along the way, and writing any files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL