mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #225] [CLOSED] Add new feature to allow injection of an action into the extraction process to log and show progress. #910
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/225
Author: @gardebring
Created: 4/20/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
467fc2dAdd new feature to allow injection of an action into the extraction process. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract.b8ef1ecRevert "Add new feature to allow injection of an action into the extraction process. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract."683d271Add new event to be able to track progress of extraction of individual entry when extracting an archive. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract.📊 Changes
6 files changed (+45 additions, -5 deletions)
View changed files
📝
src/SharpCompress/Common/ReaderExtractionEventArgs.cs(+3 -1)📝
src/SharpCompress/Readers/AbstractReader.cs(+12 -3)📝
src/SharpCompress/Readers/IReader.cs(+1 -0)📝
src/SharpCompress/Readers/IReaderExtractionListener.cs(+1 -0)➕
src/SharpCompress/Readers/ReaderProgress.cs(+24 -0)📝
src/SharpCompress/Utility.cs(+4 -1)📄 Description
Add new feature to allow injection of an action into the extraction process. This allows for showing or logging progress of the extraction process, especially useful for large files that might take a long time to extract.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.