mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #906] [MERGED] Added ARC's crunched methods 5, 6, 7 & 8 #1334
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/906
Author: @TwanVanDongen
Created: 3/14/2025
Status: ✅ Merged
Merged: 3/17/2025
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (7)
5926db8Added ARC's crunched methods 5, 6, 7 & 8e0b275cRemoved empty line for CSharpier8a4ba6fRemoved empty lineRemoved failing test7f905c7More csharpier stuff18bb773Merge branch 'master' of https://github.com/TwanVanDongen/sharpcompressff71993Trying to overcome differences in charpier versions...344a1edMerge branch 'master' of https://github.com/TwanVanDongen/sharpcompress📊 Changes
12 files changed (+327 additions, -73 deletions)
View changed files
📝
src/SharpCompress/Common/Arc/ArcEntryHeader.cs(+4 -4)📝
src/SharpCompress/Common/Arc/ArcFilePart.cs(+8 -0)📝
src/SharpCompress/Common/CompressionType.cs(+4 -0)➕
src/SharpCompress/Compressors/ArcLzw/ArcLzwStream.cs(+199 -0)➕
src/SharpCompress/Compressors/ArcLzw/BitReader.cs(+56 -0)📝
src/SharpCompress/Compressors/RLE90/RLE.cs(+2 -2)📝
src/SharpCompress/Compressors/RLE90/RunLength90Stream.cs(+3 -39)📝
src/SharpCompress/Compressors/Squeezed/BitReader.cs(+35 -23)📝
src/SharpCompress/Compressors/Squeezed/SqueezedStream.cs(+1 -0)📝
tests/SharpCompress.Test/Arc/ArcReaderTests.cs(+15 -5)➕
tests/TestArchives/Archives/Arc.crunched.arc(+0 -0)➕
tests/TestArchives/Archives/Arc.squashed.arc(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.