add IoCopier

This commit is contained in:
Looly
2021-08-11 23:30:47 +08:00
parent 9dd7b0a904
commit c54f2a154a
19 changed files with 440 additions and 171 deletions

View File

@@ -15,6 +15,7 @@
* 【socket 】 SocketUtil增加connection方法
* 【extra 】 JschUtil增加bindPort重载方法issue#I44UTH@Github
* 【core 】 DefaultTrustManager改为继承X509ExtendedTrustManager
* 【core 】 增加IoCopier
### 🐞Bug修复
* 【core 】 改进NumberChineseFormatter算法补充完整单元测试解决零问题