实现文件类书源压缩文件解压
This commit is contained in:
@@ -30,7 +30,7 @@ object ArchiveUtils {
|
|||||||
archivePath: String,
|
archivePath: String,
|
||||||
path: String? = TEMP_PATH
|
path: String? = TEMP_PATH
|
||||||
): FileDoc {
|
): FileDoc {
|
||||||
return deCompress(Uri.parse(archivePath)), false), path)
|
return deCompress(Uri.parse(archivePath), path)
|
||||||
}
|
}
|
||||||
|
|
||||||
fun deCompress(
|
fun deCompress(
|
||||||
|
|||||||
Reference in New Issue
Block a user