Added support for .tar.xz compression format for data downloader,

xz gives 30% better compression than plain zip, but you need to
create zip archive with no compression: zip -0 -r, then
compress it with xz: xz -8 < archive.zip > archive.zip.xz
Data downloader will try to use xz decompressor on
anything with extension .zip.xz
This commit is contained in:
Sergii Pylypenko
2014-08-19 21:59:00 +03:00
parent b5743e65a0
commit cdf5d869bb
2 changed files with 16 additions and 1 deletions

BIN
project/libs/xz.jar Normal file

Binary file not shown.