How to Compress/Decompress tar.gz files in java

前端 未结 7 1094
粉色の甜心
粉色の甜心 2020-12-02 17:05

Can anyone show me the correct way to compress and decompress tar.gzip files in java i\'ve been searching but the most i can find is either zip or gzip(alone).

7条回答
  •  春和景丽
    2020-12-02 17:18

    In my experience Apache Compress is much more mature than Plexus Archiver, specifically because of issues like http://jira.codehaus.org/browse/PLXCOMP-131.

    I believe Apache Compress has more activity as well.

提交回复
热议问题