mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #110] [CLOSED] RAR 5 support #842
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/110
Author: @adamhathcock
Created: 1/3/2016
Status: ❌ Closed
Base:
dnx← Head:rar5📝 Commits (3)
69f277fImproving Signature detectionc193482Merge branch 'dnx' into rar5ce0b6d2Rar5 detection📊 Changes
13 files changed (+119 additions, -59 deletions)
View changed files
📝
src/SharpCompress/Archive/Rar/FileInfoRarArchiveVolume.cs(+2 -2)📝
src/SharpCompress/Archive/Rar/FileInfoRarFilePart.cs(+1 -4)📝
src/SharpCompress/Archive/Rar/RarArchiveVolumeFactory.cs(+1 -1)📝
src/SharpCompress/Archive/Rar/SeekableFilePart.cs(+1 -1)📝
src/SharpCompress/Archive/Rar/StreamRarArchiveVolume.cs(+2 -2)📝
src/SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs(+77 -34)➕
src/SharpCompress/Common/Rar/Headers/SignatureType.cs(+10 -0)📝
src/SharpCompress/Common/Rar/RarFilePart.cs(+4 -4)📝
src/SharpCompress/Common/Rar/RarVolume.cs(+2 -8)📝
src/SharpCompress/Reader/Rar/NonSeekableStreamFilePart.cs(+1 -1)📝
src/SharpCompress/Reader/Rar/RarReaderVolume.cs(+2 -2)➕
test/SharpCompress.Test/RarReaderTests.cs(+16 -0)➕
test/TestArchives/Archives/Rar5.rar(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.