Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
zip
/
com.michaelflisar.toolbox.zip
/
IZipManager
/
unzip
unzip
abstract
suspend
fun
unzip
(
zipFile
:
File
,
files
:
List
<
FileContent
>
,
replaceExistingFiles
:
Boolean
=
true
)
:
Result
<
Unit
>