在 libxml2 中获取内存中的压缩缓冲区
我正在使用带有 zlib
支持的 libxml2
。我正在尝试在内存中获取压缩的 XML
缓冲区。我已经尝试过 xmlSaveFormatFileTo()
、xmlSaveToBuffer()
和不同的 xmlDocDump...()
函数。它们都使缓冲区不被压缩。
当我使用 xmlSaveFormatFile()
将完全相同的压缩 xmlDoc
保存到文件(而不是缓冲区)时,它会将其保存为压缩状态。有什么办法可以使用标准 API 函数在内存中拥有压缩缓冲区吗? 请指教。
I'm using libxml2
with zlib
support. I'm trying to get a compressed XML
buffer in memory. I've already tried xmlSaveFormatFileTo()
, xmlSaveToBuffer()
and different xmlDocDump...()
functions. They all make buffer not compressed.
When I use xmlSaveFormatFile()
to save the exact same compressed xmlDoc
to a file (not to a buffer) and it saves it compressed. Is there any way at all to have a compressed buffer in memory using standard API functions?
Please advise.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
内存写入器(尚)不支持压缩。另请参阅 https://gnome.pages.gitlab。 gnome.org/libxml2/devhelp/libxml2-xmlwriter.html#xmlNewTextWriterMemory
Compression is not (yet) supported for memory writers. See also https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/libxml2-xmlwriter.html#xmlNewTextWriterMemory