[PR #98] [CLOSED] read zipfile data with a offset position has bug #831

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/98
Author: @andyhebear
Created: 10/13/2015
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 50c57ec add a test with read zipfile data with a offset position
  • 88f83c5 update test
  • 668ea20 Add explicit compressioninfo when writing file to zip #97
  • 8c40957 Merge remote-tracking branch 'refs/remotes/adamhathcock/master'
  • ae8f82a build .net2.0 project by using in unity3d
  • 90ed90b chang code to support unity3d5
  • e4a1eed fix bugs
  • b35bdbb update code
  • c45ef02 rewrite some function with default params value
  • 7014437 change some function with params default value

📊 Changes

708 files changed (+60762 additions, -269 deletions)

View changed files

SharpCompress/Archive.meta (+9 -0)
📝 SharpCompress/Archive/AbstractArchive.cs (+12 -6)
SharpCompress/Archive/AbstractArchive.cs.meta (+12 -0)
📝 SharpCompress/Archive/AbstractWritableArchive.cs (+24 -9)
SharpCompress/Archive/AbstractWritableArchive.cs.meta (+12 -0)
📝 SharpCompress/Archive/ArchiveFactory.cs (+10 -4)
SharpCompress/Archive/ArchiveFactory.cs.meta (+12 -0)
SharpCompress/Archive/GZip.meta (+9 -0)
📝 SharpCompress/Archive/GZip/GZipArchive.cs (+12 -6)
SharpCompress/Archive/GZip/GZipArchive.cs.meta (+12 -0)
📝 SharpCompress/Archive/GZip/GZipArchiveEntry.cs (+1 -1)
SharpCompress/Archive/GZip/GZipArchiveEntry.cs.meta (+12 -0)
SharpCompress/Archive/GZip/GZipWritableArchiveEntry.cs.meta (+12 -0)
📝 SharpCompress/Archive/IArchive.Extensions.cs (+1 -1)
SharpCompress/Archive/IArchive.Extensions.cs.meta (+12 -0)
SharpCompress/Archive/IArchive.cs.meta (+12 -0)
📝 SharpCompress/Archive/IArchiveEntry.Extensions.cs (+15 -8)
SharpCompress/Archive/IArchiveEntry.Extensions.cs.meta (+12 -0)
SharpCompress/Archive/IArchiveEntry.cs.meta (+12 -0)
SharpCompress/Archive/IArchiveExtractionListener.cs.meta (+12 -0)

...and 80 more files

📄 Description

this is a test for read zipfile data with a offset position


🔄 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/98 **Author:** [@andyhebear](https://github.com/andyhebear) **Created:** 10/13/2015 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`50c57ec`](https://github.com/adamhathcock/sharpcompress/commit/50c57ec2fa6cfb8da6eafad3ca6cf7f789464e6d) add a test with read zipfile data with a offset position - [`88f83c5`](https://github.com/adamhathcock/sharpcompress/commit/88f83c594801bda37d09d60279d69217f9e4e92f) update test - [`668ea20`](https://github.com/adamhathcock/sharpcompress/commit/668ea202cacb606a8be834de705358ffc4dedca0) Add explicit compressioninfo when writing file to zip #97 - [`8c40957`](https://github.com/adamhathcock/sharpcompress/commit/8c40957eb31766ab068f745399ceb0e6fbc7f0a8) Merge remote-tracking branch 'refs/remotes/adamhathcock/master' - [`ae8f82a`](https://github.com/adamhathcock/sharpcompress/commit/ae8f82a3402d83f9e76d39b2b75f5fb6ffd769f4) build .net2.0 project by using in unity3d - [`90ed90b`](https://github.com/adamhathcock/sharpcompress/commit/90ed90b0cd5c6d436261b37b48d9adac3fa65d4e) chang code to support unity3d5 - [`e4a1eed`](https://github.com/adamhathcock/sharpcompress/commit/e4a1eedc770cf88bb6b4bca4c9886eadf78b56f7) fix bugs - [`b35bdbb`](https://github.com/adamhathcock/sharpcompress/commit/b35bdbbe476f30173855267cd5d903b6c8620f39) update code - [`c45ef02`](https://github.com/adamhathcock/sharpcompress/commit/c45ef0286b13dd023c84ecfb92d3ad81b36fc3ba) rewrite some function with default params value - [`7014437`](https://github.com/adamhathcock/sharpcompress/commit/70144375f2926e92c4fc2ddb8c7197ce5d74df00) change some function with params default value ### 📊 Changes **708 files changed** (+60762 additions, -269 deletions) <details> <summary>View changed files</summary> ➕ `SharpCompress/Archive.meta` (+9 -0) 📝 `SharpCompress/Archive/AbstractArchive.cs` (+12 -6) ➕ `SharpCompress/Archive/AbstractArchive.cs.meta` (+12 -0) 📝 `SharpCompress/Archive/AbstractWritableArchive.cs` (+24 -9) ➕ `SharpCompress/Archive/AbstractWritableArchive.cs.meta` (+12 -0) 📝 `SharpCompress/Archive/ArchiveFactory.cs` (+10 -4) ➕ `SharpCompress/Archive/ArchiveFactory.cs.meta` (+12 -0) ➕ `SharpCompress/Archive/GZip.meta` (+9 -0) 📝 `SharpCompress/Archive/GZip/GZipArchive.cs` (+12 -6) ➕ `SharpCompress/Archive/GZip/GZipArchive.cs.meta` (+12 -0) 📝 `SharpCompress/Archive/GZip/GZipArchiveEntry.cs` (+1 -1) ➕ `SharpCompress/Archive/GZip/GZipArchiveEntry.cs.meta` (+12 -0) ➕ `SharpCompress/Archive/GZip/GZipWritableArchiveEntry.cs.meta` (+12 -0) 📝 `SharpCompress/Archive/IArchive.Extensions.cs` (+1 -1) ➕ `SharpCompress/Archive/IArchive.Extensions.cs.meta` (+12 -0) ➕ `SharpCompress/Archive/IArchive.cs.meta` (+12 -0) 📝 `SharpCompress/Archive/IArchiveEntry.Extensions.cs` (+15 -8) ➕ `SharpCompress/Archive/IArchiveEntry.Extensions.cs.meta` (+12 -0) ➕ `SharpCompress/Archive/IArchiveEntry.cs.meta` (+12 -0) ➕ `SharpCompress/Archive/IArchiveExtractionListener.cs.meta` (+12 -0) _...and 80 more files_ </details> ### 📄 Description this is a test for read zipfile data with a offset position --- <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:17:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#831