mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #98] [CLOSED] read zipfile data with a offset position has bug #831
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/98
Author: @andyhebear
Created: 10/13/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
50c57ecadd a test with read zipfile data with a offset position88f83c5update test668ea20Add explicit compressioninfo when writing file to zip #978c40957Merge remote-tracking branch 'refs/remotes/adamhathcock/master'ae8f82abuild .net2.0 project by using in unity3d90ed90bchang code to support unity3d5e4a1eedfix bugsb35bdbbupdate codec45ef02rewrite some function with default params value7014437change 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.