mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-13 13:35:28 +00:00
BZip2Stream's new constructor parameter? #301
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 @sbrl on GitHub (May 30, 2018).
Hello,
I'm using SharpCompress to compress chunk data in my project sbrl/Nibriboard, and I've just updated to the latest version of SharpCompress.
Lo and behold, I found that I had a build error, as I needed to specify a value for the new constructor parameter
decompressConcatenated. Upon reading SharpCompress' documentation and code, however, I'm still none the wiser as to what it does (the intellisense comment simply says "Decompress concatenated", which isn't particularly helpful).Can you help? Right now I've just randomly set it to
false, but I'd like to know what I'm doing here :P@adamhathcock commented on GitHub (May 31, 2018):
It's not really new. https://github.com/adamhathcock/sharpcompress/issues/166 explains more if you scroll towards the end.
@sbrl commented on GitHub (May 31, 2018):
Ah, I see. Perhaps the intellisense description could be updated to be more meaningful then? Herpas something like this:
...perhaps?