Are there any modern java packages that support "untar"ing of tar files?
I have seen references to a 2005 vintage package called icetar, and to some "Ant" packaging.
Failing that, where can I find definitions of GNU tar file formats (ant tar file formats), though I don't really want to have to implement the package myself.
