This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
from 4f8e09762 [COMPRESS-706] Add support for reading LHA archive format
(#690)
new 80bf1476b Fix packed stream count check in
SevenZFile.sanityCheckUnpackInfo (#791).
new fe2463bbe Don't use deprecated code.
new 5fd647066 @ParameterizedTest in SevenZPackedStreamCountTest
new db0000fe2 [COMPRESS-706] Add support for reading LHA archive format
(#690).
new 774c85b72 Sort members
new 9bcdc37f4 Sort members
new 7b053583e Sort members
new c733d36e9 Sort members
new 1503aca21 Sort members
new 373030d8b Sort members
new 7d9ab8e2a Sort members
new f3f563da1 Use final
new 1146b3e54 Use final
new 5940bb0f2 No need to nest else.
new 6bea3b61f Use compact array notation
new 1946f59f2 Use compact array notation
new d95b970ef Simplify LhaArchiveEntry construction
new 1ceae322b LhaArchiveEntry.toString() is now simpler to generate and
adds missing fields.
new 227bc78fa Throw ArchiveException instead of IOException.
The 19 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 | 2 +
.../compress/archivers/lha/LhaArchiveEntry.java | 391 ++--
.../archivers/lha/LhaArchiveInputStream.java | 907 +++++----
...stractLhStaticHuffmanCompressorInputStream.java | 298 +--
.../compress/compressors/lha/CircularBuffer.java | 3 +-
.../archivers/lha/LhaArchiveEntryTest.java | 48 +-
.../archivers/lha/LhaArchiveInputStreamTest.java | 2030 ++++++++++----------
.../sevenz/SevenZPackedStreamCountTest.java | 45 +-
...ctLhStaticHuffmanCompressorInputStreamTest.java | 126 +-
.../compress/compressors/lha/BinaryTreeTest.java | 242 +--
.../compressors/lha/CircularBufferTest.java | 222 +--
.../compress/harmony/unpack200/BandSetTest.java | 26 +-
12 files changed, 2146 insertions(+), 2194 deletions(-)