This is an automated email from the ASF dual-hosted git repository. bodewig pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit 9bc32de43f5313696cbb90cf5998573a8288a6d0 Merge: f7f7c53 03b7d1e Author: Stefan Bodewig <[email protected]> AuthorDate: Wed Jan 1 17:26:53 2020 +0100 Merge branch 'PeterAlfreadLee-COMPRESS-124' .../compress/archivers/tar/TarArchiveEntry.java | 53 ++- .../archivers/tar/TarArchiveInputStream.java | 417 +++++++++++++++++++-- .../archivers/tar/TarArchiveSparseEntry.java | 19 + .../archivers/tar/TarArchiveStructSparse.java | 81 ++++ .../compress/archivers/tar/TarConstants.java | 24 ++ .../commons/compress/archivers/tar/TarUtils.java | 15 +- .../commons/compress/utils/BoundedInputStream.java | 9 + .../compress/archivers/tar/SparseFilesTest.java | 205 +++++++++- .../archivers/tar/TarArchiveInputStreamTest.java | 10 +- .../compress/archivers/tar/TarUtilsTest.java | 12 + src/test/resources/oldgnu_extended_sparse.tar | Bin 0 -> 10240 bytes 11 files changed, 806 insertions(+), 39 deletions(-)
