mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #131] Fix IsRarFile() StreamingMode #859
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/131
Author: @benshoof
Created: 2/18/2016
Status: 🔄 Open
Base:
master← Head:fix-rar-streamingmode📝 Commits (1)
f0b4d04Fix IsRarFile() StreamingMode📊 Changes
4 files changed (+11 additions, -5 deletions)
View changed files
📝
SharpCompress/Archive/ArchiveFactory.cs(+3 -2)📝
SharpCompress/Archive/Rar/RarArchive.cs(+6 -1)📝
SharpCompress/IO/StreamingMode.cs(+1 -1)📝
SharpCompress/Reader/ReaderFactory.cs(+1 -1)📄 Description
IsRarFile() no longer assumes seekable stream. This caused IsRarFile()
to break RewindableStreams when testing certain files, causing
ReaderFactory to fail to open certain tars.
Fixes https://github.com/adamhathcock/sharpcompress/issues/130
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.