Extract tar to memory and unblock
I need to extract a tar.gz
stream of data in memory. An additional limitation is that I cannot block.
Deflation in memory works fine through zlib
.
Now I need the short term part. Unfortunately, all the libraries I found either block or just work with tar files. Is there a library that works similarly zlib
?
0
source to share