mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-09 02:26:47 +00:00
[PR #689] 64bit datadescriptors #1169
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?
Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/689
State: closed
Merged: Yes
Not sure this is something we want, but just as reference, here is an implementation to support 64bit descriptors generated by Java ZipOutputStream when we get into > 4G files sizes.
It would be good to get TotalIn/TotalOut from the decompression skip and populate compressed size / uncompressed size when we do not know about it, then DataDescriptor can be used for verification (as it is supposed to) and less a guessing game.