zipfs

package
v0.0.0-...-8fa2440 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2016 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrDirectory = fmt.Errorf("is a directory")
View Source
var ErrNotDirectory = fmt.Errorf("not a directory")
View Source
var ErrReadOnly = fmt.Errorf("read only ZIP archive")

Functions

func New

func New(rac ReaderAtCloser, size int64) (vfs.Filesystem, error)

Create a new archive.

Types

type ReaderAtCloser

type ReaderAtCloser interface {
	io.Closer
	io.ReaderAt
}

Jump to

Keyboard shortcuts

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