[PR #727] [MERGED] Implement Searching Data Descriptor stream issue/pull #680 #1187

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/727
Author: @Erior
Created: 2/19/2023
Status: Merged
Merged: 3/2/2023
Merged by: @adamhathcock

Base: masterHead: feature/UncompressedZipExtractall


📝 Commits (3)

  • 606923b Implement Searching Data Descriptor stream for supporting UncompressedZipExtractAll
  • 9e6f9d5 Sync with master
  • f60728b ReadOnlySubStream span position bug

📊 Changes

9 files changed (+241 additions, -52 deletions)

View changed files

📝 src/SharpCompress/Archives/Zip/ZipArchive.cs (+3 -3)
📝 src/SharpCompress/Common/Zip/StreamingZipFilePart.cs (+7 -44)
📝 src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs (+20 -2)
📝 src/SharpCompress/Common/Zip/ZipFilePart.cs (+11 -1)
src/SharpCompress/IO/DataDescriptorStream.cs (+149 -0)
📝 src/SharpCompress/IO/ReadOnlySubStream.cs (+1 -0)
📝 src/SharpCompress/Readers/Zip/ZipReader.cs (+13 -1)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+23 -0)
📝 tests/SharpCompress.Test/Zip/ZipReaderTests.cs (+14 -1)

📄 Description

A solution for the problem described in #680


🔄 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/727 **Author:** [@Erior](https://github.com/Erior) **Created:** 2/19/2023 **Status:** ✅ Merged **Merged:** 3/2/2023 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `feature/UncompressedZipExtractall` --- ### 📝 Commits (3) - [`606923b`](https://github.com/adamhathcock/sharpcompress/commit/606923b374eee5b83e6054a8afeb61c635424706) Implement Searching Data Descriptor stream for supporting UncompressedZipExtractAll - [`9e6f9d5`](https://github.com/adamhathcock/sharpcompress/commit/9e6f9d50ef3288ff0df4d35aae1d743b7c962f01) Sync with master - [`f60728b`](https://github.com/adamhathcock/sharpcompress/commit/f60728b5375b5f17ef393d3ebe965469f0049c5b) ReadOnlySubStream span position bug ### 📊 Changes **9 files changed** (+241 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/Zip/ZipArchive.cs` (+3 -3) 📝 `src/SharpCompress/Common/Zip/StreamingZipFilePart.cs` (+7 -44) 📝 `src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs` (+20 -2) 📝 `src/SharpCompress/Common/Zip/ZipFilePart.cs` (+11 -1) ➕ `src/SharpCompress/IO/DataDescriptorStream.cs` (+149 -0) 📝 `src/SharpCompress/IO/ReadOnlySubStream.cs` (+1 -0) 📝 `src/SharpCompress/Readers/Zip/ZipReader.cs` (+13 -1) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+23 -0) 📝 `tests/SharpCompress.Test/Zip/ZipReaderTests.cs` (+14 -1) </details> ### 📄 Description A solution for the problem described in #680 --- <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:19:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1187