File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 262
262
> - ** 压缩相关工具类→[ ZipUtils.java] [ zip.java ] **
263
263
> - 批量压缩文件 * zipFiles*
264
264
> - 压缩文件 * 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 *
271
271
272
272
> - ** 更新Log→[ update_log.md] [ update_log.md ] **
273
273
@@ -359,5 +359,6 @@ limitations under the License.
359
359
[ unclassified.java ] : https://github.com/Blankj/AndroidUtilCode/blob/master/utilcode/src/main/java/com/blankj/utilcode/utils/UnclassifiedUtils.java
360
360
361
361
[ 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
362
363
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
Original file line number Diff line number Diff line change 1
- ### 更新日志
1
+ ###
2
+ #### 16/09/12 ZipUtils及单元测试完美谢幕(支持空文件夹)
2
3
#### 16/09/11 push一下不断更
3
4
#### 16/09/10 完善ZipUtils和单元测试中
4
5
#### 16/09/09 新增字符串反转,ImageUtils单元测试卡住中,暂时换为真机测试
You can’t perform that action at this time.
0 commit comments