mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
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/727
Author: @Erior
Created: 2/19/2023
Status: ✅ Merged
Merged: 3/2/2023
Merged by: @adamhathcock
Base:
master← Head:feature/UncompressedZipExtractall📝 Commits (3)
606923bImplement Searching Data Descriptor stream for supporting UncompressedZipExtractAll9e6f9d5Sync with masterf60728bReadOnlySubStream span position bug📊 Changes
9 files changed (+241 additions, -52 deletions)
View changed files
📝
src/SharpCompress/Archives/Zip/ZipArchive.cs(+3 -3)📝
src/SharpCompress/Common/Zip/StreamingZipFilePart.cs(+7 -44)📝
src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs(+20 -2)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+11 -1)➕
src/SharpCompress/IO/DataDescriptorStream.cs(+149 -0)📝
src/SharpCompress/IO/ReadOnlySubStream.cs(+1 -0)📝
src/SharpCompress/Readers/Zip/ZipReader.cs(+13 -1)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+23 -0)📝
tests/SharpCompress.Test/Zip/ZipReaderTests.cs(+14 -1)📄 Description
A solution for the problem described in #680
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.