• zip4j 2.1.1版本
    net.lingala.zip4j.exception.ZipException: unsupported compression type  ----zip4j
    使用的时候报了异常
    net.lingala.zip4j.exception.ZipException: unsupported compression type  ----zip4j

查看源码:
net.lingala.zip4j.exception.ZipException: unsupported compression type  ----zip4j

    if (parameters.getCompressionMethod() != STORE && parameters.getCompressionMethod() != DEFLATE) {
      throw new ZipException("unsupported compression type");
    }

也就是说目前的实现方式不支持AES_INTERNAL_ONLY

相关文章:

  • 2021-11-20
  • 2022-12-23
  • 2021-11-20
  • 2021-11-20
  • 2022-12-23
  • 2021-11-20
  • 2021-11-04
猜你喜欢
  • 2021-11-20
  • 2021-11-20
  • 2021-07-12
  • 2021-11-20
  • 2021-11-20
  • 2021-11-11
相关资源
相似解决方案