An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# UZipDotNet

[![Build status](https://ci.appveyor.com/api/projects/status/nbm60f2wduyi53tt?svg=true)](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.