提交 4d320dc1 编写于 作者: C cmj

Give me ur Pull Request. ლ(╹◡╹ლ )

上级 18eb9171
......@@ -262,12 +262,12 @@
> - **压缩相关工具类→[ZipUtils.java][zip.java]**
> - 批量压缩文件 *zipFiles*
> - 压缩文件 *zipFile*
> - 解压缩一个文件 *upZipFile*
> - 解压文件名包含传入文字的文件 *upZipSelectedFile*
> - 获得压缩文件内文件列表 *getEntriesNames*
> - 获得压缩文件内压缩文件对象以取得其属性 *getEntriesEnumeration*
> - 获得压缩文件对象的注释 *getEntryComment*
> - 获得压缩文件对象的名称 *getEntryName*
> - 批量解压文件 *unzipFiles*
> - 解压文件 *unzipFile*
> - 解压带有关键字的文件 *unzipFileByKeyword*
> - 获取压缩文件中的文件路径链表 *getFilePathInZip*
> - 获取压缩文件中的注释链表 *getComments*
> - 获取压缩文件中的文件对象 *getEntries*
> - **更新Log→[update_log.md][update_log.md]**
......@@ -359,5 +359,6 @@ limitations under the License.
[unclassified.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/UnclassifiedUtils.java
[zip.java]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/ZipUtils.java
[zip.test]: https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/test/java/com/blankj/utilcode/utils/ZipUtilsTest.java
[update_log.md]: https://github.com/Blankj/AndroidUtilCode/blob/master/update_log.md
[update_log.md]: https://github.com/Blankj/AndroidUtilCode/blob/master/update_log.md
\ No newline at end of file
### 更新日志
###
#### 16/09/12 ZipUtils及单元测试完美谢幕(支持空文件夹)
#### 16/09/11 push一下不断更
#### 16/09/10 完善ZipUtils和单元测试中
#### 16/09/09 新增字符串反转,ImageUtils单元测试卡住中,暂时换为真机测试
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册