[PR #276] [MERGED] Use Skip and ReadFully extension methods where possible. #941

Open
opened 2026-01-29 22:18:18 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: issue-275


📝 Commits (2)

  • ac29dd5 Use Skip and ReadFully extension methods where possible.
  • 576f692 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/276 **Author:** [@adamhathcock](https://github.com/adamhathcock) **Created:** 7/15/2017 **Status:** ✅ Merged **Merged:** 7/17/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `issue-275` --- ### 📝 Commits (2) - [`ac29dd5`](https://github.com/adamhathcock/sharpcompress/commit/ac29dd5498d8fea1da1ac543e0c4663c3d0e940b) Use Skip and ReadFully extension methods where possible. - [`576f692`](https://github.com/adamhathcock/sharpcompress/commit/576f69264c22d155a4e411a4a6e03d993aabb6b5) Merge branch 'master' into issue-275 ### 📊 Changes **9 files changed** (+18 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes https://github.com/adamhathcock/sharpcompress/issues/275 with some clean up --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#941