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 57b918b85 Javadoc
new 5f9093071 Use higher type in internal API: SeekableByteChannel ->
WritableByteChannel
new 862e4b52f Better exception messages
new 7982818ce Better internal API names
new 2176e55f2 Methods do not need to be public in a package-private class
new a88fd6414 Better internal API names
new accf11e11 Better parameter name
new 68f94a4a2 Fix internal position state in FileRandomAccessOutputStream
only used for testing
new 31b972105 Internal refactoring
The 8 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:
.../zip/FileRandomAccessOutputStream.java | 14 ++-----
.../archivers/zip/RandomAccessOutputStream.java | 19 +++++-----
.../SeekableChannelRandomAccessOutputStream.java | 6 +--
.../archivers/zip/ZipArchiveOutputStream.java | 22 +++++------
.../commons/compress/archivers/zip/ZipIoUtil.java | 43 +++++++++++-----------
.../archivers/zip/ZipSplitOutputStream.java | 6 +--
.../zip/FileRandomAccessOutputStreamTest.java | 14 +++----
.../zip/RandomAccessOutputStreamTest.java | 4 +-
...eekableChannelRandomAccessOutputStreamTest.java | 10 ++---
.../compress/archivers/zip/ZipIoUtilTest.java | 20 +++++-----
10 files changed, 77 insertions(+), 81 deletions(-)