mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #807] [MERGED] Support for decompressing Zip Shrink (Method:1) #1246
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/807
Author: @TwanVanDongen
Created: 1/27/2024
Status: ✅ Merged
Merged: 1/29/2024
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (3)
225aaabSupport for decompressing Zip Shrink (method:1) addedfe13d29Merge branch 'master' of https://github.com/TwanVanDongen/sharpcompressc057ffbRefrormatted using CSharpier📊 Changes
9 files changed (+633 additions, -1 deletions)
View changed files
📝
src/SharpCompress/Common/CompressionType.cs(+2 -1)📝
src/SharpCompress/Common/Zip/ZipCompressionMethod.cs(+1 -0)📝
src/SharpCompress/Common/Zip/ZipEntry.cs(+4 -0)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+11 -0)➕
src/SharpCompress/Compressors/Shrink/BitStream.cs(+85 -0)➕
src/SharpCompress/Compressors/Shrink/HwUnshrink.cs(+433 -0)➕
src/SharpCompress/Compressors/Shrink/ShrinkStream.cs(+89 -0)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+8 -0)➕
tests/TestArchives/Archives/Zip.shrink.zip(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.