Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deflate and Gzip support #1

Open
bp74 opened this issue Aug 13, 2012 · 2 comments
Open

Deflate and Gzip support #1

bp74 opened this issue Aug 13, 2012 · 2 comments
Assignees

Comments

@bp74
Copy link

bp74 commented Aug 13, 2012

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/

@ghost ghost assigned kaisellgren Aug 13, 2012
@kaisellgren
Copy link
Owner

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.

@bp74
Copy link
Author

bp74 commented Aug 13, 2012

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants