Versions in this module Expand all Collapse all v0 v0.1.0 Dec 7, 2022 Changes in this version + type ZipStream struct + func NewZipStream() (z *ZipStream) + func (z *ZipStream) Add(reader io.Reader, name string, mtime time.Time) (err error) + func (z *ZipStream) AddFile(fullPath string, relPath string) (err error) + func (z *ZipStream) AddSize(size int64, name string, mtime time.Time) (err error) + func (z *ZipStream) Close() error + func (z *ZipStream) End() (err error) + func (z *ZipStream) Error(err error) error + func (z *ZipStream) Read(p []byte) (n int, err error) + func (z *ZipStream) TotalSize() (totalSize int64, err error)