0

Google say what is this zip archive, but I cannot its extract by ICSharpCode.SharpZipLib and Zlib.net libraries.

McNeight
  • 21
  • 3
christo
  • 671
  • 1
  • 8
  • 26

2 Answers2

3

That is a zlib (RFC 1950) header. You can use the zlib library to decompress it.

Community
  • 1
  • 1
Mark Adler
  • 101,978
  • 13
  • 118
  • 158
2

I found offzip.exe at http://aluigi.altervista.org/mytoolz.htm to be super helpful to expand RFC 1950s.

infoone
  • 21
  • 1