https://github.com/sourcegraph/lazyzip
A fork of archive/zip which provides streaming access to Reader.File a la archive/tar
https://github.com/sourcegraph/lazyzip
Last synced: 3 months ago
JSON representation
A fork of archive/zip which provides streaming access to Reader.File a la archive/tar
- Host: GitHub
- URL: https://github.com/sourcegraph/lazyzip
- Owner: sourcegraph
- License: mit
- Created: 2017-11-13T18:39:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-01T20:57:30.000Z (over 1 year ago)
- Last Synced: 2025-08-28T19:01:29.577Z (5 months ago)
- Language: Go
- Size: 47.9 KB
- Stars: 8
- Watchers: 67
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lazyzip
Package lazyzip provides support for reading ZIP archives. It is a fork of
`archive/zip`. It differs from `archive/zip` since it does not read the full
file listing into memory, instead it provides an interface similiar to
`archive/tar`.
See
[Reader.Next](https://godoc.org/github.com/sourcegraph/lazyzip#Reader.Next)
godoc.