zipfs

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(z *zip.Reader, idx Index) (vfs.FileSystem, error)

Types

type Index

type Index int
const (
	NoIndex   Index = iota // no index, for small files with low access count
	IndexMap               // map index, quick for opening specific files but not adapted for listing/etc
	IndexFull              // full tree index
)

Jump to

Keyboard shortcuts

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