thrau / jarchivelib

A simple archiving and compression library for Java
https://github.com/thrau/jarchivelib
Apache License 2.0
199 stars 36 forks source link

No support for .tar.xz #97

Open steve-thousand opened 1 year ago

steve-thousand commented 1 year ago

It looks like this project may not be active anymore, but I am checking to see if anyone knows why there is not support for .tar.xz in the FileTypes map https://github.com/thrau/jarchivelib/blob/master/src/main/java/org/rauschig/jarchivelib/FileType.java#L47-L51

If it were not package-private I would try passing my own new FileType(org.rauschig.jarchivelib.ArchiveFormat.TAR, org.rauschig.jarchivelib.CompressionType.XZ) filetype to the ArchiverFactory

anm-cb commented 1 month ago

https://github.com/thrau/jarchivelib/pull/74