Skip to content

Commit b0d0a85

Browse files
committed
Give me ur Pull Request. ლ(╹◡╹ლ )
1 parent b57cb41 commit b0d0a85

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
> - 每2个hex字符转为1个byte *hexString2Bytes*
2323
> - charArr转byteArr *chars2Bytes*
2424
> - byteArr转charArr *bytes2Chars*
25+
> - 将输入流转为字节数组 *inputStream2Bytes*
26+
> - 将字节数组转为输入流 *bytes2InputStream*
27+
> - 指定编码将输入流转为字符串 *inputStream2String*
28+
> - 指定编码将字符串转为输入流 *string2InputStream*
2529
2630
> - **设备相关→[DeviceUtils.java][device.java]**
2731
> - 获取设备MAC地址 *getMacAddress*

update_log.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
###
2+
#### 16/08/24 ConvertUtils新增InputStream与byte[]和String相互转换,应用在FileUtils中读文件
23
#### 16/08/23 小修bug,接下来完善SDCardUtils和ImageUtils
34
#### 16/08/22 SPUtils将commit改为apply提高效率,将SPUtils改为构造函数法创建,FileUtils新增查找函数,规范JavaDoc
45
#### 16/08/21 FileUtils单元测试完毕,修复FileUtils的bug,发布版本1.1.2

0 commit comments

Comments
 (0)