adamhathcock / sharpcompress

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

Redo Tar support #248

Open adamhathcock opened 7 years ago

adamhathcock commented 7 years ago

The Tar code I've originally used feels too hacky and featureless. Find another implementation.

https://github.com/icsharpcode/SharpZipLib/tree/master/src/ICSharpCode.SharpZipLib/Tar

SharpZipLib is MIT licensed.

adamhathcock commented 7 years ago

Might fix: https://github.com/adamhathcock/sharpcompress/issues/22 https://github.com/adamhathcock/sharpcompress/issues/50 https://github.com/adamhathcock/sharpcompress/issues/124 https://github.com/adamhathcock/sharpcompress/issues/132

adamhathcock commented 7 years ago

Need to watch out for this: https://github.com/icsharpcode/SharpZipLib/issues/103