mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #161] [MERGED] Test with ForwardOnlyStream. RewindableStream shouldn't corrupt a Fo… #872
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/161
Author: @adamhathcock
Created: 8/12/2016
Status: ✅ Merged
Merged: 8/12/2016
Merged by: @adamhathcock
Base:
master← Head:fix_forward_only📝 Commits (1)
520b1cdTest with ForwardOnlyStream. RewindableStream shouldn't corrupt a ForwardOnlyStream📊 Changes
4 files changed (+71 additions, -7 deletions)
View changed files
📝
src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs(+5 -2)📝
src/SharpCompress/IO/RewindableStream.cs(+1 -4)➕
test/SharpCompress.Test/ForwardOnlyStream.cs(+64 -0)📝
test/SharpCompress.Test/ReaderTests.cs(+1 -1)📄 Description
…rwardOnlyStream
Fixes https://github.com/adamhathcock/sharpcompress/issues/160
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.