mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #274] [MERGED] Made ArchiveEncoding a non-static class that is used with options. #939
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/274
Author: @adamhathcock
Created: 7/10/2017
Status: ✅ Merged
Merged: 7/17/2017
Merged by: @adamhathcock
Base:
master← Head:issue-268📝 Commits (3)
8d17b1eMade ArchiveEncoding a non-static class that is used with options.3b042b2Revert some formatting.86b3c55Optional string decoder delegate (#278)📊 Changes
40 files changed (+282 additions, -242 deletions)
View changed files
📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+1 -1)📝
src/SharpCompress/Archives/SevenZip/SevenZipArchive.cs(+1 -1)📝
src/SharpCompress/Archives/Tar/TarArchive.cs(+3 -3)📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+4 -4)📝
src/SharpCompress/Common/ArchiveEncoding.cs(+43 -6)📝
src/SharpCompress/Common/FilePart.cs(+7 -0)📝
src/SharpCompress/Common/GZip/GZipEntry.cs(+2 -2)📝
src/SharpCompress/Common/GZip/GZipFilePart.cs(+12 -13)📝
src/SharpCompress/Common/OptionsBase.cs(+2 -3)📝
src/SharpCompress/Common/Rar/Headers/FileHeader.cs(+2 -8)📝
src/SharpCompress/Common/Rar/Headers/RarHeader.cs(+4 -2)📝
src/SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs(+1 -3)📝
src/SharpCompress/Common/Rar/RarFilePart.cs(+1 -0)📝
src/SharpCompress/Common/SevenZip/SevenZipFilePart.cs(+14 -13)📝
src/SharpCompress/Common/Tar/Headers/TarHeader.cs(+12 -7)📝
src/SharpCompress/Common/Tar/TarEntry.cs(+2 -2)📝
src/SharpCompress/Common/Tar/TarFilePart.cs(+6 -5)📝
src/SharpCompress/Common/Tar/TarHeaderFactory.cs(+2 -5)📝
src/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs(+4 -4)📝
src/SharpCompress/Common/Zip/Headers/LocalEntryHeader.cs(+3 -3)...and 20 more files
📄 Description
Fixes https://github.com/adamhathcock/sharpcompress/issues/268
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.