File tree Expand file tree Collapse file tree 3 files changed +384
-193
lines changed
main/java/com/helger/commons/io/stream
test/java/com/helger/commons/io/stream Expand file tree Collapse file tree 3 files changed +384
-193
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ This project was the following modules:
61
61
* Deprecated class ` PasswordHashCreatorPBKDF2_1000_48 ` because it uses the PBKDF2 with the SHA1 hash
62
62
* Added new class ` StringHelper.ImploderBuilder ` that handles all the ` StringHelper.getImploded* ` stuff internally
63
63
* Added new method ` ICommonsIterable.forEachThrowing `
64
- * Added new class ` StreamHelper.CopyStreamBuilder `
64
+ * Added new class ` StreamHelper.CopyByteStreamBuilder `
65
+ * Added new class ` StreamHelper.CopyCharStreamBuilder `
65
66
* 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
66
68
* v9.5.4 - 2020-12-15
67
69
* Updated to BouncyCastle 1.67 (no more bcprov-ext-jdk15on)
68
70
* Removed "double locking" in ` AbstractCollector `
You can’t perform that action at this time.
0 commit comments