Question

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

Était-ce utile?

La solution

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

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top