mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #905] [MERGED] ARC decompression methods 3 and 4 added #1333
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/905
Author: @TwanVanDongen
Created: 3/11/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (6)
eaf466cImplementation of squeezed and packed compression algorithms for .ARC archive formatf36486dMerge branch 'master' of https://github.com/TwanVanDongen/sharpcompressc5ddef6An exception occurred in ReadOnlySubStream when attempting to set the position to the same value.131c171Merge branch 'master' of https://github.com/TwanVanDongen/sharpcompress88d85ceExtra line removed for csharpierde0f5c0Merge branch 'master' of https://github.com/TwanVanDongen/sharpcompress📊 Changes
10 files changed (+363 additions, -15 deletions)
View changed files
📝
src/SharpCompress/Common/Arc/ArcEntryHeader.cs(+5 -12)📝
src/SharpCompress/Common/Arc/ArcFilePart.cs(+27 -1)📝
src/SharpCompress/Common/CompressionType.cs(+2 -0)➕
src/SharpCompress/Compressors/RLE90/RunLength90Stream.cs(+100 -0)➕
src/SharpCompress/Compressors/Squeezed/BitReader.cs(+36 -0)➕
src/SharpCompress/Compressors/Squeezed/RLE.cs(+52 -0)➕
src/SharpCompress/Compressors/Squeezed/SqueezedStream.cs(+113 -0)📝
src/SharpCompress/IO/ReadOnlySubStream.cs(+2 -2)📝
tests/SharpCompress.Test/Arc/ArcReaderTests.cs(+26 -0)➕
tests/TestArchives/Archives/Arc.squeezed.arc(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.