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-codec.git
from b20eaaad Add tests for BaseNCodecOutputStream.close()
new 715ecb7e Reuse IOUtils.toByteArray(InputStream)
new 1cc57ef8 Reuse ArrayUtils.contains()
new d296a190 Reuse IOUtils.toByteArray(InputStream)
new e37d10fd Reuse ArrayUtils.contains()
new 275d7339 Reuse IOUtils.toByteArray(InputStream)
The 5 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:
.../codec/binary/Base16InputStreamTest.java | 7 +-
.../codec/binary/Base32InputStreamTest.java | 16 ++--
.../codec/binary/Base58InputStreamTest.java | 17 ++--
.../codec/binary/Base64InputStreamTest.java | 19 +++--
.../apache/commons/codec/binary/Base64Test.java | 6 +-
.../apache/commons/codec/binary/BaseNTestData.java | 99 +---------------------
6 files changed, 41 insertions(+), 123 deletions(-)