Skip to content

Commit f5e6ab5

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

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
> - **转换相关→[ConvertUtils.java][convert.java][Test][convert.test]**
2121
> - byteArr与hexString互转 *bytes2HexString**hexString2Bytes*
2222
> - charArr与byteArr互转 *chars2Bytes**bytes2Chars*
23+
> - inputStream与outputStream互转 *input2OutputStream**output2InputStream*
2324
> - inputStream与byteArr互转 *inputStream2Bytes**bytes2InputStream*
25+
> - outputStream与byteArr互转 *outputStream2Bytes**bytes2OutputStream*
2426
> - inputStream与string按编码互转 *inputStream2String**string2InputStream*
27+
> - outputStream与string按编码互转 *outputStream2String**string2OutputStream*
2528
> - bitmap与byteArr互转 *bitmap2Bytes**bytes2Bitmap*
2629
> - drawable与bitmap互转 *drawable2Bitmap**bitmap2Drawable*
2730
> - drawable与byteArr互转 *drawable2Bytes**bytes2Drawable*
@@ -97,7 +100,8 @@
97100
> - 获取文件行数 *getFileLines*
98101
> - 指定编码按行读取文件到List *readFile2List*
99102
> - 指定编码按行读取文件到StringBuilder中 *readFile2SB*
100-
> - byte单位转换(单位:unit) *byte2Unit*
103+
> - 字节数转以unit为单位的size *byte2Size*
104+
> - 以unit为单位的size转字节数 *size2Byte*
101105
> - 获取文件大小 *getFileSize*
102106
> - 关闭IO *closeIO*
103107
> - 根据全路径获取最长目录 *getDirName*
@@ -112,9 +116,16 @@
112116
> - 缩放图片 *scaleImage*
113117
> - 转为圆形图片 *toRound*
114118
> - 转为圆角图片 *toRoundCorner*
115-
> - 转为模糊图片 *toBlur*
116-
> - 添加颜色边框 *addFrame*
117-
> - 转为倒影图片 *toFeflected*
119+
> - 快速模糊 *fastBlur*
120+
> - renderScript模糊图片 *renderScriptBlur*
121+
> - stack模糊图片 *stackBlur*
122+
> - 添加颜色边框 *addFrame*
123+
> - 添加倒影 *addReflection*
124+
> - 添加水印文字 *addText*
125+
> - 压缩图片 *compress*
126+
> - 保存图片 *save*
127+
> - 判断文件是否为图片 *isImage*
128+
> - 获取图片类型 *getImageType*
118129
119130
> - **键盘相关→[KeyboardUtils.java][keyboard.java]**
120131
> - 避免输入法面板遮挡
@@ -249,7 +260,7 @@
249260
250261
> - **压缩相关工具类→[ZipUtils.java][zip.java]**
251262
> - 批量压缩文件 *zipFiles*
252-
> - 压缩文件 **
263+
> - 压缩文件 *zipFile*
253264
> - 解压缩一个文件 *upZipFile*
254265
> - 解压文件名包含传入文字的文件 *upZipSelectedFile*
255266
> - 获得压缩文件内文件列表 *getEntriesNames*
@@ -267,7 +278,7 @@
267278
***
268279
Gradle:
269280
``` groovy
270-
compile 'com.blankj:utilcode:1.1.4'
281+
compile 'com.blankj:utilcode:1.1.5'
271282
```
272283

273284
### Proguard

update_log.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
### 更新日志
2+
#### 16/08/31 ImageUtils单元测试中,之后7天鸡儿岭放假,停更
3+
#### 16/08/30 ImageUtils单元测试中(获取保存图片有问题,卡卡卡住了)
4+
#### 16/08/29 完善ImageUtils,新增stack模糊算法和快速模糊
25
#### 16/08/28 完善ImageUtils
36
#### 16/08/27 完善ConvertUtils,新增ZipUtils
47
#### 16/08/26 ThreadPoolUtils线程池相关工具类完善完毕

0 commit comments

Comments
 (0)