decompress

package
v0.0.0-...-89257ae Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 License: GPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decompress

func Decompress(in string, out string, passwords []string, remove bool) (string, error)

func DecompressGzip

func DecompressGzip(in string, out string) (string, error)

func DecompressSevenZip

func DecompressSevenZip(in string, out string, passwords []string) error

func DecompressTar

func DecompressTar(in string, out string) error

func DecompressTarGz

func DecompressTarGz(in string, out string) error

func IsEncrypted

func IsEncrypted(in string) (bool, error)

Types

type Entry

type Entry struct {
	Path string
	Size int64
	// PackedSize int
	// Modified   time.Time
	// Attributes string
	// CRC        string
	Encrypted string
	Method    string
}

Jump to

Keyboard shortcuts

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