AmniXtension / com.amnix.xtension.extras / ZipUtils / getComments
static fun getComments(zipFilePath:
String
!):
MutableList
<
String
!>!
Return the files' comment in ZIP file.
zipFilePath
- String!: The path of ZIP file.
IOException
- if an I/O error has occurred
Return MutableList<String!>!: the files' comment in ZIP file
static fun getComments(zipFile:
File
!):
MutableList
<
String
!>!
Return the files' comment in ZIP file.
zipFile
- File!: The ZIP file.
IOException
- if an I/O error has occurred
Return MutableList<String!>!: the files' comment in ZIP file