package
0.0.0-20230313140341-b44964e63a92
Repository: https://github.com/mongoose-os/mos.git
Documentation: pkg.go.dev
# README
This is archive/zip
from Go 1.10 + Writer.AddFile() to produce non-streaming archives (with file size and CRC in the header, as required by our updater).
# Functions
FileInfoHeader creates a partially-populated FileHeader from an os.FileInfo.
NewReader returns a new Reader reading from r, which is assumed to have the given size in bytes.
NewWriter returns a new Writer writing a zip file to w.
OpenReader will open the Zip file specified by name and return a ReadCloser.
RegisterCompressor registers custom compressors for a specified method ID.
RegisterDecompressor allows custom decompressors for a specified method ID.
# Variables
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
FileHeader describes a file within a zip file.
No description provided by the author
No description provided by the author
Writer implements a zip file writer.
# Type aliases
A Compressor returns a new compressing writer, writing to w.
A Decompressor returns a new decompressing reader, reading from r.