mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 13:34:57 +00:00
[PR #276] [MERGED] Use Skip and ReadFully extension methods where possible. #941
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/276
Author: @adamhathcock
Created: 7/15/2017
Status: ✅ Merged
Merged: 7/17/2017
Merged by: @adamhathcock
Base:
master← Head:issue-275📝 Commits (2)
ac29dd5Use Skip and ReadFully extension methods where possible.576f692Merge branch 'master' into issue-275📊 Changes
9 files changed (+18 additions, -30 deletions)
View changed files
📝
src/SharpCompress/Archives/GZip/GZipArchive.cs(+1 -7)📝
src/SharpCompress/Common/GZip/GZipFilePart.cs(+3 -2)📝
src/SharpCompress/Common/Zip/Headers/ZipFileEntry.cs(+1 -1)📝
src/SharpCompress/Common/Zip/StreamingZipFilePart.cs(+1 -1)📝
src/SharpCompress/Common/Zip/WinzipAesCryptoStream.cs(+1 -1)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+1 -2)📝
src/SharpCompress/Compressors/Xz/BinaryUtils.cs(+4 -2)📝
src/SharpCompress/Readers/AbstractReader.cs(+2 -10)📝
src/SharpCompress/Utility.cs(+4 -4)📄 Description
Fixes https://github.com/adamhathcock/sharpcompress/issues/275 with some clean up
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.