mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
Short truncated decompress by BZip2Stream #15
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 @kekyo on GitHub (May 8, 2014).
Hi, I'm tested very large bzip2'ed stream decompress by BZip2Stream.
Data is OpenStreetMap's Planet.osm.bz2. (size=36GB)
Outputted pp.osm size is just 900000 bytes, of course may result 500GB over.
How can I decompress this file?
Thanks.
@adamhathcock commented on GitHub (Nov 4, 2014):
It could be as simple as I didn't use Longs. Try that.
@adamhathcock commented on GitHub (May 31, 2018):
I think this is the same as https://github.com/adamhathcock/sharpcompress/issues/166 closing this