adamhathcock / sharpcompress

SharpCompress is a fully managed C# library to deal with many compression types and formats.
MIT License
2.24k stars 480 forks source link

TAR files with PAX format are throwing exception #144

Open jairov4 opened 8 years ago

jairov4 commented 8 years ago

You can replicate this issue with this file:

https://registry.npmjs.org/mout/-/mout-1.0.0.tgz

or

https://registry.npmjs.org/rxjs/-/rxjs-5.0.0-beta.6.tgz

SharpCompress.Common.InvalidFormatException: Not a tar file.
  at SharpCompress.Reader.Tar.TarReader.Open(Stream stream, Options options)
adamhathcock commented 8 years ago

Just something to put on the todo list

Quick google description https://www.ibm.com/support/knowledgecenter/SSLTBW_1.13.0/com.ibm.zos.r13.bpxa500/pxarchfm.htm