package
1.7.0
Repository: https://github.com/soedev/soelib.git
Documentation: pkg.go.dev

# 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.
No description provided by the author
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.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
Compression methods.
No description provided by the author
Compression methods.

# Variables

No description provided by the author
Encryption/Decryption Errors.
No description provided by the author
Encryption/Decryption Errors.
No description provided by the author
Encryption/Decryption Errors.

# 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.
No description provided by the author

# Type aliases

A Compressor returns a compressing writer, writing to the provided writer.
Decompressor is a function that wraps a Reader with a decompressing Reader.
No description provided by the author