1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Apache Commons Compress 1.11 发布 下载

本帖由 漂亮的石头2016-04-07 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,582
    赞:
    47
    Apache Commons Compress 1.11 发布了,Commons Compress 用以实现将文件压缩或解压成 tar、zip、bzip2 等格式。该版本增加了一些新特性:

    o TarArchiveInputStream now supports reading global PAX headers.
    Issue: COMPRESS-347.
    o The PAX headers for sparse entries written by star are now
    applied.
    Issue: COMPRESS-346.
    o GNU sparse files using one of the PAX formats are now
    detected, but cannot be extracted.
    Issue: COMPRESS-345.
    o New method SevenZFile.getEntries can be used to list the
    contents of a 7z archive.
    Issue: COMPRESS-341.
    o When using Zip64Mode.Always also use ZIP64 extensions inside
    the central directory.
    GitHub Pull Request #10 Thanks to Matt Hovey.
    o ZipFile.getRawInputStream() is now part of the public API
    Issue: COMPRESS-323.
    o Allow byte-for-byte replication of Zip entries.
    GitHub Pull Request #6. Thanks to Jason van Zyl.
    o TarArchiveEntry's preserveLeadingSlashes is now a property and used
    on later calls to setName, too.
    This behavior is a breaking change.
    Issue: COMPRESS-328.
    o Added read-only support for bzip2 compression used inside of
    ZIP archives.
    GitHub Pull Request #4. Thanks to Sören Glimm.

    下载地址:http://commons.apache.org/proper/commons-compress/download_compress.cgi
    Apache Commons Compress 1.11 发布下载地址
     
正在加载...