Support for .tar.gz files
nnhubbard opened this issue · 1 comments
nnhubbard commented
Does this library unpack .tar.gz files?
nicklockwood commented
It will decompress a .tar.gz
into just a .tar
archive. You will need a separate TAR library to unpack it further.