mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 21:24:08 +00:00
[PR #801] [MERGED] Issue 771, remove throw on flush for readonly streams #1240
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/801
Author: @Erior
Created: 1/5/2024
Status: ✅ Merged
Merged: 1/8/2024
Merged by: @adamhathcock
Base:
master← Head:feature/771📝 Commits (1)
4477833Issue 771, remove throw on flush for readonly streams📊 Changes
16 files changed (+25 additions, -28 deletions)
View changed files
📝
src/SharpCompress/Common/Rar/RarCryptoWrapper.cs(+1 -1)📝
src/SharpCompress/Common/SevenZip/ArchiveReader.cs(+1 -1)📝
src/SharpCompress/Common/Tar/TarReadOnlySubStream.cs(+2 -2)📝
src/SharpCompress/Common/Zip/PkwareTraditionalCryptoStream.cs(+2 -5)📝
src/SharpCompress/Common/Zip/WinzipAesCryptoStream.cs(+1 -1)📝
src/SharpCompress/Compressors/Filters/BCJ2Filter.cs(+2 -2)📝
src/SharpCompress/Compressors/Filters/Filter.cs(+2 -2)📝
src/SharpCompress/Compressors/LZMA/DecoderStream.cs(+2 -2)📝
src/SharpCompress/Compressors/Rar/MultiVolumeReadOnlyStream.cs(+1 -1)📝
src/SharpCompress/Compressors/Xz/ReadOnlyStream.cs(+2 -2)📝
src/SharpCompress/IO/BufferedSubStream.cs(+2 -2)📝
src/SharpCompress/IO/DataDescriptorStream.cs(+1 -1)📝
src/SharpCompress/IO/ReadOnlySubStream.cs(+1 -1)📝
src/SharpCompress/IO/RewindableStream.cs(+1 -1)📝
tests/SharpCompress.Test/Mocks/FlushOnDisposeStream.cs(+2 -2)📝
tests/SharpCompress.Test/Mocks/ForwardOnlyStream.cs(+2 -2)📄 Description
#771 , remove throwing NotSupported for flush
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.