[PR #32] [MERGED] Add EntryExtractionEvent for stream reader #801

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/32
Author: @larvata
Created: 12/24/2014
Status: Merged
Merged: 12/24/2014
Merged by: @adamhathcock

Base: masterHead: fix-extractAllEntires


📝 Commits (1)

  • 7e3f04e add entryExtractionEvent for stream

📊 Changes

5 files changed (+68 additions, -3 deletions)

View changed files

SharpCompress/Common/ReaderExtractionEventArgs.cs (+17 -0)
📝 SharpCompress/Reader/AbstractReader.cs (+29 -2)
📝 SharpCompress/Reader/IReader.cs (+3 -0)
SharpCompress/Reader/IReaderExtractionListener.cs (+16 -0)
📝 SharpCompress/SharpCompress.csproj (+3 -1)

📄 Description

EntryExtractionEvent support for AbstractReader


🔄 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/32 **Author:** [@larvata](https://github.com/larvata) **Created:** 12/24/2014 **Status:** ✅ Merged **Merged:** 12/24/2014 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `fix-extractAllEntires` --- ### 📝 Commits (1) - [`7e3f04e`](https://github.com/adamhathcock/sharpcompress/commit/7e3f04e669a8fbc05e64fe7bb2cf36267b6f1548) add entryExtractionEvent for stream ### 📊 Changes **5 files changed** (+68 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `SharpCompress/Common/ReaderExtractionEventArgs.cs` (+17 -0) 📝 `SharpCompress/Reader/AbstractReader.cs` (+29 -2) 📝 `SharpCompress/Reader/IReader.cs` (+3 -0) ➕ `SharpCompress/Reader/IReaderExtractionListener.cs` (+16 -0) 📝 `SharpCompress/SharpCompress.csproj` (+3 -1) </details> ### 📄 Description EntryExtractionEvent support for AbstractReader --- <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:38 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#801