mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-04-05 21:51:09 +00:00
Issue Reading Bz2 File #358
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 @lloiodice on GitHub (Jun 21, 2019).
Cannot Read File:
https://www.dropbox.com/s/04rxt3l9gjum3gi/install.log.3.bz2?dl=0
Using
The exception is:
Cannot determine compressed stream type. Supported Reader Formats: Zip, GZip, BZip2, Tar, Rar, LZip, XZ
The bz2 opens fine using WinRar and 7Zip
@adamhathcock commented on GitHub (Aug 20, 2019):
bz2looks to be just a direct usage of a BZip2 stream. There is no direct ReaderFactory support for it as an Archive format. Probably similar to GZip archive format. Needs a PR