Categorygithub.com/kjk/lzmadec
modulepackage
0.0.0-20210713164611-19ac3ee91a71
Repository: https://github.com/kjk/lzmadec.git
Documentation: pkg.go.dev

# README

lzmadec is a Go package for extracting files out of .7z files using 7z program.

Short tutorial: http://blog.kowalczyk.info/article/g/Extracting-files-from-7z-archives-in-Go.html

API reference: http://godoc.org/github.com/kjk/lzmadec

Hopefully this is temporary hack and some day https://github.com/uli-go/xz will offer this functionality in pure Go code.

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Variables

Err7zNotAvailable is returned if 7z executable is not available.
ErrNoEntries is returned if the archive has no files.

# Structs

Archive describes a single .7z archive.
Entry
Entry describes a single file inside .7z archive.