Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Latest commit

 

History

History
34 lines (18 loc) · 1.67 KB

File metadata and controls

34 lines (18 loc) · 1.67 KB

AmniXtension / com.amnix.xtension.extras / ZipUtils / getComments

getComments

static fun getComments(zipFilePath: String!): MutableList<String!>!

Return the files' comment in ZIP file.

Parameters

zipFilePath - String!: The path of ZIP file.

Exceptions

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.

Parameters

zipFile - File!: The ZIP file.

Exceptions

IOException - if an I/O error has occurred

Return MutableList<String!>!: the files' comment in ZIP file