提取内存中的tar和非阻塞 [英] Extract tar in memory and nonblocking

查看:159
本文介绍了提取内存中的tar和非阻塞的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要在内存中提取 tar.gz 数据流。另外一个限制是我不能阻止。

I need to extract a tar.gz datastream in memory. An additional limit is that I cannot block.

通过 zlib ,可以减少记忆力。

Deflating in memory works great via zlib.

现在我需要 untar 部分。遗憾的是,我发现所有的图书馆或者阻塞或者只使用tar文件。是否有任何类似于 zlib

Now I need the untar part. Sadly all libraries I found either block or just work with tar files. Is there any library that works similarly to zlib?

推荐答案

以前没有合适的图书馆。但现在会有,很快。
查看这里,但请注意,它尚未工作。

Ok, there was no suitable library before. But now there will be, soon. Check it out here but be aware, that it is not yet working.

这篇关于提取内存中的tar和非阻塞的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆