mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 13:34:57 +00:00
[PR #103] [MERGED] Zip entry header version for Deflate compression set to 20 #837
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?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/103
Author: @pappe82
Created: 11/30/2015
Status: ✅ Merged
Merged: 11/30/2015
Merged by: @adamhathcock
Base:
master← Head:android-compatibility📝 Commits (1)
c2b15b9Zip entry header version for Deflate compression set to 20📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
SharpCompress/Writer/Zip/ZipWriter.cs(+8 -1)📄 Description
The java runtime on Android cannot process file entries with the fixed
version 63 - it can only process entries up to version 20, which should
be fine if the entry was compressed using deflate.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.