Does anyone how can I inflate a stream in C# that was deflated in Poco using:
- Code: Select all
DeflatingOutputStream compressor(OutStream, Poco::DeflatingStreamBuf::STREAM_ZLIB, 9);
???
I tried with SharpZipLibrary but It stops when I try to read the inflated stream.
Does the poco compression create a header for the deflated stream?





