[PR #726] [MERGED] Add support for 7ZipDelta decompress #1184

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

📋 Pull Request Information

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

Base: masterHead: feature/7ZipDelta


📝 Commits (1)

  • 3ae830a Add support for 7ZipDelta decompress

📊 Changes

4 files changed (+49 additions, -0 deletions)

View changed files

src/SharpCompress/Compressors/Filters/DeltaFilter.cs (+42 -0)
📝 src/SharpCompress/Compressors/LZMA/Registry.cs (+3 -0)
📝 tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs (+4 -0)
tests/TestArchives/Archives/7Zip.delta.7z (+0 -0)

📄 Description

New pull connected to master branch, for supporting Delta filter decompression in 7z context

#526


🔄 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/726 **Author:** [@Erior](https://github.com/Erior) **Created:** 2/18/2023 **Status:** ✅ Merged **Merged:** 3/1/2023 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `feature/7ZipDelta` --- ### 📝 Commits (1) - [`3ae830a`](https://github.com/adamhathcock/sharpcompress/commit/3ae830a63745c13b1960a3401619efc1fa1bf962) Add support for 7ZipDelta decompress ### 📊 Changes **4 files changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/SharpCompress/Compressors/Filters/DeltaFilter.cs` (+42 -0) 📝 `src/SharpCompress/Compressors/LZMA/Registry.cs` (+3 -0) 📝 `tests/SharpCompress.Test/SevenZip/SevenZipArchiveTests.cs` (+4 -0) ➕ `tests/TestArchives/Archives/7Zip.delta.7z` (+0 -0) </details> ### 📄 Description New pull connected to master branch, for supporting Delta filter decompression in 7z context #526 --- <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:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1184