Skip to content

This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files. The source is copied from http://www.codeproject.com/Articles/359758/Processing-Standard-Zip-Files-with-Csharp-compress. The original license is CPOL by the author is Uzi Granot.

License

Notifications You must be signed in to change notification settings

relaxar/UZipDotNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UZipDotNet

Build status

This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files.

Info:

I've updated the code with support for more frameworks:

  • net20
  • net35
  • net40
  • net45 and higher
  • netstandard1.3
  • netstandard2.0

And it's tested in Linux.

About

This project will give you the tools needed to compress and decompress files using the Deflate method of compression, and to read and write standard Zip files. The source is copied from http://www.codeproject.com/Articles/359758/Processing-Standard-Zip-Files-with-Csharp-compress. The original license is CPOL by the author is Uzi Granot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%