[PR #103] [MERGED] Zip entry header version for Deflate compression set to 20 #837

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

📋 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: masterHead: android-compatibility


📝 Commits (1)

  • c2b15b9 Zip 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/103 **Author:** [@pappe82](https://github.com/pappe82) **Created:** 11/30/2015 **Status:** ✅ Merged **Merged:** 11/30/2015 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `android-compatibility` --- ### 📝 Commits (1) - [`c2b15b9`](https://github.com/adamhathcock/sharpcompress/commit/c2b15b9c093ea80549fe0f6101c6c2c7241960b6) Zip entry header version for Deflate compression set to 20 ### 📊 Changes **1 file changed** (+8 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `SharpCompress/Writer/Zip/ZipWriter.cs` (+8 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:17:48 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#837