I need in memory data compress/decompress operation. The zip in current Poco only support file or stream. Does there any plan to support buffer zip? thanks.
If you simply need in-memory compression in gzip/deflate format, you can use Poco::Deflating*Stream and Poco::Inflating*Stream. These work on all kinds of streams, including Poco::MemoryStream.