We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b57cb41 commit b0d0a85Copy full SHA for b0d0a85
README.md
@@ -22,6 +22,10 @@
22
> - 每2个hex字符转为1个byte *hexString2Bytes*
23
> - charArr转byteArr *chars2Bytes*
24
> - byteArr转charArr *bytes2Chars*
25
+> - 将输入流转为字节数组 *inputStream2Bytes*
26
+> - 将字节数组转为输入流 *bytes2InputStream*
27
+> - 指定编码将输入流转为字符串 *inputStream2String*
28
+> - 指定编码将字符串转为输入流 *string2InputStream*
29
30
> - **设备相关→[DeviceUtils.java][device.java]**
31
> - 获取设备MAC地址 *getMacAddress*
update_log.md
@@ -1,4 +1,5 @@
1
###
2
+#### 16/08/24 ConvertUtils新增InputStream与byte[]和String相互转换,应用在FileUtils中读文件
3
#### 16/08/23 小修bug,接下来完善SDCardUtils和ImageUtils
4
#### 16/08/22 SPUtils将commit改为apply提高效率,将SPUtils改为构造函数法创建,FileUtils新增查找函数,规范JavaDoc
5
#### 16/08/21 FileUtils单元测试完毕,修复FileUtils的bug,发布版本1.1.2
0 commit comments