99热99这里只有精品6国产,亚洲中文字幕在线天天更新,在线观看亚洲精品国产福利片 ,久久久久综合网

歡迎加入QQ討論群258996829

Swift Zip文件壓縮與解壓框架

發(fā)布時(shí)間:2018-05-18 11:00  回復(fù):0  查看:5767  感興趣:60  贊:3   最后回復(fù):2018-05-18 11:00  
Swift Zip文件壓縮與解壓框架。
示例代碼:
do {
    let filePath = Bundle.main.url(forResource: "file", withExtension: "zip")!
    let unzipDirectory = try Zip.quickUnzipFile(filePath) // Unzip
    let zipFilePath = try Zip.quickZipFiles([filePath], fileName: "archive") // Zip
}
catch {
  print("Something went wrong")
}

相關(guān)開源代碼

您還未登錄,請先登錄

熱門帖子

最新帖子

?