mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-02-07 21:31:47 +00:00
[PR #30] [MERGED] Implement basic ZSTD detection and extraction. #58
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/SabreTools/SabreTools.Serialization/pull/30
Author: @HeroponRikiBestest
Created: 10/29/2025
Status: ✅ Merged
Merged: 10/30/2025
Merged by: @mnadareski
Base:
main← Head:zstd-extraction📝 Commits (8)
ededd95Implement basic ZSTD detection and extraction.de2844bFix comment2b682f5Remove newlined2f801aAdd newline82c4364Move section1490112more newlines banished to the ethercc6d3e0fix comment and nameabc86b7fix final i think📊 Changes
8 files changed (+277 additions, -0 deletions)
View changed files
📝
ExtractionTool/Features/MainFeature.cs(+5 -0)➕
SabreTools.Serialization/Models/ZSTD/Constants.cs(+7 -0)➕
SabreTools.Serialization/Models/ZSTD/Header.cs(+22 -0)➕
SabreTools.Serialization/Readers/ZSTD.cs(+62 -0)📝
SabreTools.Serialization/WrapperFactory.cs(+8 -0)📝
SabreTools.Serialization/Wrappers/WrapperType.cs(+5 -0)➕
SabreTools.Serialization/Wrappers/ZSTD.Extraction.cs(+67 -0)➕
SabreTools.Serialization/Wrappers/ZSTD.cs(+101 -0)📄 Description
Allows for singular zstd-compressed files to be discovered and decompressed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.