https://github.com/stefh/uzipdotnet
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.
https://github.com/stefh/uzipdotnet
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/stefh/uzipdotnet
- Owner: StefH
- License: lgpl-3.0
- Created: 2015-03-02T20:32:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T18:37:10.000Z (over 8 years ago)
- Last Synced: 2024-04-14T05:43:43.905Z (about 2 years ago)
- Language: C#
- Homepage:
- Size: 187 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UZipDotNet
[](https://ci.appveyor.com/project/StefH/uzipdotnet)
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:
* The original source is copied from http://www.codeproject.com/Articles/359758/Processing-Standard-Zip-Files-with-Csharp-compress
* The original license is CPOL.
* The original author is Uzi Granot.
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.