zipfs

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 30, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ZipFS

type ZipFS struct {
	*zip.Reader
}

func NewZipFS

func NewZipFS(r *zip.Reader) *ZipFS

func (*ZipFS) Open

func (z *ZipFS) Open(name string) (fs.File, error)

type ZipFile

type ZipFile struct {
	*zip.File
	// contains filtered or unexported fields
}

func (*ZipFile) Close

func (f *ZipFile) Close() error

func (*ZipFile) Read

func (f *ZipFile) Read(b []byte) (int, error)

func (*ZipFile) Seek

func (f *ZipFile) Seek(offset int64, whence int) (int64, error)

func (*ZipFile) Stat

func (f *ZipFile) Stat() (fs.FileInfo, error)

Jump to

Keyboard shortcuts

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