mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 21:22:10 +00:00
[PR #819] [MERGED] Support added for TAR LZW compression (Unix 'compress' resulting in .… #1261
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/819
Author: @TwanVanDongen
Created: 3/24/2024
Status: ✅ Merged
Merged: 3/25/2024
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (2)
02301ecSupport added for TAR LZW compression (Unix 'compress' resulting in .Z files)f2b0368CSharpier reformat missed📊 Changes
8 files changed (+688 additions, -3 deletions)
View changed files
📝
src/SharpCompress/Common/CompressionType.cs(+2 -1)➕
src/SharpCompress/Compressors/Lzw/LzwConstants.cs(+65 -0)➕
src/SharpCompress/Compressors/Lzw/LzwStream.cs(+597 -0)📝
src/SharpCompress/Factories/TarFactory.cs(+14 -0)📝
src/SharpCompress/Readers/Tar/TarReader.cs(+3 -1)📝
src/SharpCompress/SharpCompress.csproj(+4 -1)📝
tests/SharpCompress.Test/Tar/TarReaderTests.cs(+3 -0)➕
tests/TestArchives/Archives/Tar.tar.Z(+0 -0)📄 Description
…Z files)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.