mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 13:34:57 +00:00
"Memory stream is not expandable" exception #242
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 (Oct 9, 2017).
I'm trying to extract MemoryStreamIsNotExpandable.zip with the following code:
But got "Memory stream is not expandable" exception after reading of big.png file at
while (reader.MoveToNextEntry())line. This file received from standard Mac compress utility.With the reason of this error and how can we resolve it?