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
?