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 8e34ee4  Make the private static final instance public under the name 
"DEFAULT" since it uses the platform default encoding.
     new 379f75a  Add SevenZOutputFile.write(InputStream).
     new fee64bc  Add SevenZOutputFile.write(Path, OpenOption...).
     new 2c85b2c  Reimplement 
org.apache.commons.compress.archivers.examples.Archiver using Java NIO tree 
walking instead custom file system traversal which was painful when dealing 
with large directories and calls to File.listFiles().

The 3 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                            |   6 +
 .../compress/archivers/examples/Archiver.java      | 402 ++++++++++++---------
 .../archivers/sevenz/SevenZOutputFile.java         |  34 +-
 .../archivers/sevenz/SevenZOutputFileTest.java     |  75 ++++
 4 files changed, 350 insertions(+), 167 deletions(-)

Reply via email to