Skip to content

Commit bedfd19

Browse files
committed
Added builder for copying chars; #24
1 parent 7ad93b5 commit bedfd19

File tree

3 files changed

+384
-193
lines changed

3 files changed

+384
-193
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ This project was the following modules:
6161
* Deprecated class `PasswordHashCreatorPBKDF2_1000_48` because it uses the PBKDF2 with the SHA1 hash
6262
* Added new class `StringHelper.ImploderBuilder` that handles all the `StringHelper.getImploded*` stuff internally
6363
* Added new method `ICommonsIterable.forEachThrowing`
64-
* Added new class `StreamHelper.CopyStreamBuilder`
64+
* Added new class `StreamHelper.CopyByteStreamBuilder`
65+
* Added new class `StreamHelper.CopyCharStreamBuilder`
6566
* Added new method `URLHelper.isValidURN` to check RFC 2141 compliance
67+
* Deprecated some methods in `StreamHelper` that should be replaced with calls to the new builder
6668
* v9.5.4 - 2020-12-15
6769
* Updated to BouncyCastle 1.67 (no more bcprov-ext-jdk15on)
6870
* Removed "double locking" in `AbstractCollector`

0 commit comments

Comments
 (0)