mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 21:22:10 +00:00
[PR #726] [MERGED] Add support for 7ZipDelta decompress #1184
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/726
Author: @Erior
Created: 2/18/2023
Status: ✅ Merged
Merged: 3/1/2023
Merged by: @adamhathcock
Base:
master← Head:feature/7ZipDelta📝 Commits (1)
3ae830aAdd 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.