mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #814] [MERGED] rar5 read FHEXTRA_REDIR and expose via RarEntry #1251
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/814
Author: @coderb
Created: 3/14/2024
Status: ✅ Merged
Merged: 3/14/2024
Merged by: @adamhathcock
Base:
master← Head:pullreq-rar5-redir📝 Commits (1)
226ce34rar5 read FHEXTRA_REDIR and expose via RarEntry📊 Changes
5 files changed (+50 additions, -7 deletions)
View changed files
📝
src/SharpCompress/Common/Rar/Headers/FileHeader.cs(+19 -7)📝
src/SharpCompress/Common/Rar/Headers/Flags.cs(+14 -0)📝
src/SharpCompress/Common/Rar/RarEntry.cs(+4 -0)📝
src/SharpCompress/Compressors/Rar/RarStream.cs(+7 -0)📝
src/SharpCompress/Readers/Rar/RarReader.cs(+6 -0)📄 Description
NOTE: api user should skip entries where RarEntry.IsRedir is true and not call OpenEntryStream()
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.