open class ZipTools
Few help methods for operation with zip files
<init> |
Few help methods for operation with zip files ZipTools() |
copyFileIntoInternalStorageIfNecessary |
Copy raw resource file into target file only if target file doesn't exists open static fun copyFileIntoInternalStorageIfNecessary(context: Context!, rawRes: Int, targetFile: String!): Boolean |
extractFolder |
Extract zip file into folder open static fun extractFolder(zipFile: String!, extractFolder: String!): Unit |