Skip to content

Commit 4d320dc

Browse files
committed
Give me ur Pull Request. ლ(╹◡╹ლ )
1 parent 18eb917 commit 4d320dc

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,12 @@
262262
> - **压缩相关工具类→[ZipUtils.java][zip.java]**
263263
> - 批量压缩文件 *zipFiles*
264264
> - 压缩文件 *zipFile*
265-
> - 解压缩一个文件 *upZipFile*
266-
> - 解压文件名包含传入文字的文件 *upZipSelectedFile*
267-
> - 获得压缩文件内文件列表 *getEntriesNames*
268-
> - 获得压缩文件内压缩文件对象以取得其属性 *getEntriesEnumeration*
269-
> - 获得压缩文件对象的注释 *getEntryComment*
270-
> - 获得压缩文件对象的名称 *getEntryName*
265+
> - 批量解压文件 *unzipFiles*
266+
> - 解压文件 *unzipFile*
267+
> - 解压带有关键字的文件 *unzipFileByKeyword*
268+
> - 获取压缩文件中的文件路径链表 *getFilePathInZip*
269+
> - 获取压缩文件中的注释链表 *getComments*
270+
> - 获取压缩文件中的文件对象 *getEntries*
271271
272272
> - **更新Log→[update_log.md][update_log.md]**
273273
@@ -359,5 +359,6 @@ limitations under the License.
359359
[unclassified.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/UnclassifiedUtils.java
360360

361361
[zip.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/ZipUtils.java
362+
[zip.test]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/ZipUtilsTest.java
362363

363-
[update_log.md]: https://github.com/Blankj/AndroidUtilCode/blob/master/update_log.md
364+
[update_log.md]: https://github.com/Blankj/AndroidUtilCode/blob/master/update_log.md

update_log.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
### 更新日志
1+
###
2+
#### 16/09/12 ZipUtils及单元测试完美谢幕(支持空文件夹)
23
#### 16/09/11 push一下不断更
34
#### 16/09/10 完善ZipUtils和单元测试中
45
#### 16/09/09 新增字符串反转,ImageUtils单元测试卡住中,暂时换为真机测试

0 commit comments

Comments
 (0)