Skip to content
/ Zip Public

A lightweight zip library conforming to zip version 20.

License

Notifications You must be signed in to change notification settings

Hox8/Zip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Created out of my own self-interest but also as a lighter, faster, and more feature-restricted alternative to DotNetZip. Made with Apple's IPA archives in mind.

Features:

  • Read existing zip archives
  • Create new zip archives
  • Update new or existing entries within a zip archive
  • Per-entry compression
  • Parallel compression
  • Support for Windows and Unix platforms, including their respective file attributes and permissions
  • Uses Microsoft's System.IO.Compression deflator

Does not support:

  • Encryption
  • LocalFileHeader / CentralDirectory extra fields, which usually houses high-precision timestamp data.
  • Zip64

Credits

Force-net for Crc32.NET

About

A lightweight zip library conforming to zip version 20.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages