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

有帮助吗?

解决方案

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

其他提示

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top