An open API service indexing awesome lists of open source software.

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

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.