mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
Z_DATA_ERROR. reading crypted zip on WP81 but ok on Android.Xamarin #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TomQv on GitHub (Feb 7, 2015).
Hi, I'm using SharpCompress.Portable in a PCL-project targeting Android-Xamarin and Windows Store App WP81 to read files from crypted zips. Everything works fine in Android, but same code, same zip gives problems in InflateManager.Inflate(FlushType flush):
case InflateManagerMode.BLOCKS:
r = blocks.Process(r);
r is often ZlibConstants.Z_DATA_ERROR.
Any ideas why?
Thanks, Tom