dotnet / android-libzipsharp

A managed wrapper (and then some) around libzip (https://libzip.org/)
MIT License
30 stars 12 forks source link

Add a System.IO.Compress compatible API #86

Open dellis1972 opened 3 years ago

dellis1972 commented 3 years ago

We should add a System.IO.Compresson compatible api which uses LibZipSharp under the hood. This would allow developers to switch over to using LibZipSharp easily.

mrclayman commented 3 years ago

I'd very much welcome this. We use System.IO.Compression in our system, but need to use zstd as the compression scheme instead of the default zip so having an API that would allow drop-in replacement would be a huge win.

mrclayman commented 2 years ago

Just out of curiosity -- are there plans to implement this in the near future? :relaxed:

grendello commented 2 years ago

Near future, nearly impossible... :) But we'll see how it goes

mrclayman commented 2 years ago

Fair enough. Thanks for the quick response. :slightly_smiling_face: