Can I uncompress a bytestream that was compressed using the .NET GZipStream using the zlib library in C++?
You should be able to - use gzopen etc.
gzopen
(The .NET GZipStream certainly should be writing "standard" gzip data, and zlib supports gzip, so...)
GZipStream
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
2 years ago
viewed
266 times
active