getComments

open fun getComments(zipFilePath: String): List<String>

Return the files' comment in ZIP file.

Return

the files' comment in ZIP file

Parameters

zipFilePath

The path of ZIP file.

Throws

if an I/O error has occurred

open fun getComments(zipFile: File): List<String>

Return the files' comment in ZIP file.

Return

the files' comment in ZIP file

Parameters

zipFile

The ZIP file.

Throws

if an I/O error has occurred