vote up 1 vote down star

Can I uncompress a bytestream that was compressed using the .NET GZipStream using the zlib library in C++?

flag

1  
It outputs standard .gz format. – Mehrdad Afshari Aug 14 at 19:46

1 Answer

vote up 4 vote down check

You should be able to - use gzopen etc.

(The .NET GZipStream certainly should be writing "standard" gzip data, and zlib supports gzip, so...)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.