0

I'm getting this error while trying to decompress some GZ files with #ZipLib 0.85.5

Those file are not corrupted, I'm able to decompress it correctly using 7-Zip.

ICSharpCode.SharpZipLib.SharpZipBaseException Unexpected EOF

shilovk
  • 11,718
  • 17
  • 75
  • 74
Luca Martinetti
  • 3,396
  • 6
  • 34
  • 49

1 Answers1

0

You could try a different managed library? I don't know much about sharpziplib, but why wouldn't you just use the built-in System.IO.Compression.GZipStream to unpack .gz data ?

Cheeso
  • 189,189
  • 101
  • 473
  • 713