Categorygithub.com/raff/zipscanner
modulepackage
0.0.0-20240215174715-93168315c8b9
Repository: https://github.com/raff/zipscanner.git
Documentation: pkg.go.dev

# README

zipscanner

A zip file library that scan the file sequentially and tries to extract its content

This library implements a bufio.Scanner like interface that operates on a zip file. It tries to parse the zip file sequentially in order to avoid seeks to the central directory (useful for streaming zip content from a network resource)

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
ZipWrapper wraps a zip.Reader into a ZipScanner compatible interface .

# Interfaces

No description provided by the author