# lazyzip **Repository Path**: mirrors_sourcegraph/lazyzip ## Basic Information - **Project Name**: lazyzip - **Description**: A fork of archive/zip which provides streaming access to Reader.File a la archive/tar - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.