gpt4 book ai didi

c++ 压缩库 - Deflate 或 Gzip

转载 作者:行者123 更新时间:2023-11-30 03:10:31 33 4
gpt4 key购买 nike

我正在寻找一个有用的 C++ 压缩库(在 Windows 上)

我最好需要 Deflate 或 Gzip,并且我需要它与 .NET 的 System.IO.Compression 兼容。

此外,如果它能给我一个流上的装饰器,那会很棒,所以我可以这样做:

std::ostringstream stringStream;
CompressionStream cs(stringStream);
cs << object;
cs.flush();
magicalThingy.Send(stringStream.str());

谢谢

最佳答案

看一下 Boost.Iostream,它提供了允许压缩 std::iostream 的过滤器到 gzip 或 zlib 格式(他们实际上在引擎盖下使用 zlib 但有更好的界面)。

这些格式是标准格式,因此任何人(.Net 也是)都应该打开它们,

关于c++ 压缩库 - Deflate 或 Gzip,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3100121/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com