mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #560] [MERGED] Expose Last Modified time on GZipStream. Add CRC and Size to GZipEntries on Archive #1092
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/560
Author: @adamhathcock
Created: 1/9/2021
Status: ✅ Merged
Merged: 1/11/2021
Merged by: @adamhathcock
Base:
master← Head:gzip-fixes📝 Commits (5)
1adcce6Expose Last Modified time on GZipStream8598885Read trailer for GZip for CRC and uncompressed size674f3b4Merge branch 'master' into gzip-fixese9f3addMerge branch 'master' into gzip-fixesee17dcaFix formatting📊 Changes
4 files changed (+63 additions, -16 deletions)
View changed files
📝
src/SharpCompress/Common/GZip/GZipEntry.cs(+2 -2)📝
src/SharpCompress/Common/GZip/GZipFilePart.cs(+28 -9)📝
src/SharpCompress/Compressors/Deflate/GZipStream.cs(+19 -5)📝
tests/SharpCompress.Test/GZip/GZipArchiveTests.cs(+14 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.