BZip2Stream's new constructor parameter? #301

Open
opened 2026-01-29 22:09:44 +00:00 by claunia · 2 comments
Owner

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

Originally created by @sbrl on GitHub (May 30, 2018). Hello, I'm using SharpCompress to compress chunk data in my project [sbrl/Nibriboard](https://github.com/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
Author
Owner

@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.

@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.
Author
Owner

@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:

Decompress all blocks in the stream and concatenate them. Big bzip2 files can contain multiple blocks.

...perhaps?

@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: ``` Decompress all blocks in the stream and concatenate them. Big bzip2 files can contain multiple blocks. ``` ...perhaps?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#301