DartZip icon indicating copy to clipboard operation
DartZip copied to clipboard

Deflate and Gzip support

Open bp74 opened this issue 12 years ago • 2 comments

Hi, this is more like a feature request. I hope you can extend this library to a full features zip library with Deflate and GZip support, something similar like the DotNetZip library for C#. This library is not only capable of reading or writing Zip-files, but also offers support for stream based compression.

http://dotnetzip.codeplex.com/

bp74 avatar Aug 13 '12 07:08 bp74

The stream concept sounds interesting.

I'm working on getting extraction & creation to work, will probably update/push changes this week. I wrote CRC32 library week ago and put it here on Github, I needed it for this library. Let's see if Deflate or GZip Dart modules exist or if I have to write them as well.

kaisellgren avatar Aug 13 '12 07:08 kaisellgren

Thanks for your response, this sounds great! I haven't seen any Deflate or Gzip library for Dart yet, so you could be the first ;)

bp74 avatar Aug 13 '12 07:08 bp74