[PR #206] Zip64 extending information and ZipReader #899

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

Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/206

State: closed
Merged: Yes


This PR adds support for reading the zip64 extended information field, which wasn't required for my previous test files, but probably is required in general for zip64 archives (the tripping point in my testing was new files starting beyond the 4Gb point of my archive).

Adding this support also instantly fixed the trouble I was having with ZipReader support, so that has been included.

**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/206 **State:** closed **Merged:** Yes --- This PR adds support for reading the zip64 extended information field, which wasn't required for my previous test files, but probably is required in general for zip64 archives (the tripping point in my testing was new files starting beyond the 4Gb point of my archive). Adding this support also instantly fixed the trouble I was having with ZipReader support, so that has been included.
claunia added the pull-request label 2026-01-29 22:18:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#899