archive_reader

package
v0.0.0-...-371bc4b Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var FileNotFound = errors.New("file not found")

Functions

This section is empty.

Types

type ZipFile

type ZipFile struct {
	// contains filtered or unexported fields
}

func NewZipFile

func NewZipFile(path string) (*ZipFile, error)

func (*ZipFile) Close

func (z *ZipFile) Close() error

func (*ZipFile) FileList

func (z *ZipFile) FileList() []string

func (*ZipFile) FindFileWithPrefix

func (z *ZipFile) FindFileWithPrefix(prefix string) (fs.File, error)

func (*ZipFile) Open

func (z *ZipFile) Open(filename string) (fs.File, error)

Jump to

Keyboard shortcuts

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