Z_DATA_ERROR. reading crypted zip on WP81 but ok on Android.Xamarin #28

Open
opened 2026-01-29 22:03:41 +00:00 by claunia · 0 comments
Owner

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

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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#28