How to use LZMA SDK to compress/decompress in Java

后端 未结 6 1070
灰色年华
灰色年华 2020-12-04 17:03

http://www.7-zip.org/sdk.html This site provide a LZMA SDK for compress/decompress files, I would like to give it a shot but I am lost.

Anyone got experience on this

6条回答
  •  遥遥无期
    2020-12-04 17:31

    Use J7Zip. Its a java port of the LZMA SDK. You find it here:

    http://sourceforge.net/projects/p7zip/files/J7Zip/

    alternative

    Use the lzmajio.jar with LzmaInputStream and LzmaOutputStream classes

    you find it on github:

    http://github.com/league/lzmajio/downloads

提交回复
热议问题