This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


    from 3ffea0c06 Javadoc
     new facbd45c6 ArchiveOutputStream now extends FilterOutputStream
     new bbe6fd9a2 Use ternary expression
     new b5df763c9 Remove redundant keyword
     new 47e008b11 Reduce internal code duplication

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |  3 +
 .../compress/archivers/ArchiveOutputStream.java    | 57 +++++++++++++++-
 .../archivers/ar/ArArchiveOutputStream.java        | 21 ++----
 .../archivers/cpio/CpioArchiveOutputStream.java    | 67 +++++++------------
 .../BoundedSeekableByteChannelInputStream.java     |  6 +-
 .../archivers/tar/TarArchiveOutputStream.java      | 37 +++--------
 .../archivers/zip/ZipArchiveOutputStream.java      | 75 ++++++++++++----------
 .../compress/archivers/cpio/CpioArchiveTest.java   | 47 +++++++++++++-
 8 files changed, 182 insertions(+), 131 deletions(-)

Reply via email to