I need to extract a tar.gz datastream in memory. An additional limit is that I cannot block.
Deflating in memory works great via 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.