mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
nio enhancement
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-parent</artifactId>
|
||||
<version>5.3.11-SNAPSHOT</version>
|
||||
<version>5.4.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>hutool-core</artifactId>
|
||||
|
@@ -2419,7 +2419,11 @@ public class StrUtil {
|
||||
|
||||
/**
|
||||
* 将对象转为字符串<br>
|
||||
* 1、Byte数组和ByteBuffer会被转换为对应字符串的数组 2、对象数组会调用Arrays.toString方法
|
||||
*
|
||||
* <pre>
|
||||
* 1、Byte数组和ByteBuffer会被转换为对应字符串的数组
|
||||
* 2、对象数组会调用Arrays.toString方法
|
||||
* </pre>
|
||||
*
|
||||
* @param obj 对象
|
||||
* @return 字符串
|
||||
|
Reference in New Issue
Block a user