mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
If Zip file has normal file header AND a post-descriptor header AND the file is attempted to be skipped by a ZipReader, then the data is attempted to be skipped twice. #207
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?
Originally created by @KvanTTT on GitHub (Jul 7, 2017).
Originally assigned to: @adamhathcock on GitHub.
I have the following BadStateArchive.zip.
I want to ignore files that start with the dot:
.DS_Store. But if I just ignore such file I get the exceptionBad state (invalid stored block lengths)inreader.MoveToNextEntry()method. I use the following code for reading:If such files writing to
DummyStreamexception does not occur:where
DummyStreamis