mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-13 05:25:00 +00:00
[PR #943] [MERGED] ZStandard tar support #1361
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/943
Author: @mitchcapper
Created: 9/23/2025
Status: ✅ Merged
Merged: 9/23/2025
Merged by: @adamhathcock
Base:
master← Head:zstandard_reading_pr📝 Commits (1)
553c533ZStandard tar support📊 Changes
10 files changed (+150 additions, -4 deletions)
View changed files
📝
FORMATS.md(+2 -0)📝
README.md(+5 -2)➕
src/SharpCompress/Compressors/ZStandard/ZStandardStream.cs(+65 -0)➕
src/SharpCompress/Compressors/ZStandard/ZstandardConstants.cs(+15 -0)📝
src/SharpCompress/Factories/TarFactory.cs(+17 -1)➕
src/SharpCompress/Factories/ZStandardFactory.cs(+28 -0)📝
src/SharpCompress/Readers/ReaderFactory.cs(+1 -1)📝
src/SharpCompress/Readers/Tar/TarReader.cs(+14 -0)📝
tests/SharpCompress.Test/Tar/TarReaderTests.cs(+3 -0)➕
tests/TestArchives/Archives/Tar.tar.zst(+0 -0)📄 Description
Closes #941 looked at implementing ireader but would have to use some of the much more low level Zstandard classes to read the frames directly and it didn't look conducive to that.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.