語言

ZipFile.Comment 屬性

定義

傳回 zip 檔案批注,如果沒有,則傳回 null。

public virtual string? Comment { [Android.Runtime.Register("getComment", "()Ljava/lang/String;", "GetGetCommentHandler")] get; }
[<get: Android.Runtime.Register("getComment", "()Ljava/lang/String;", "GetGetCommentHandler")>]
member this.Comment : string

屬性值

zip 檔的註解字串,若無則為 null

屬性

例外狀況

如果這個壓縮檔已經關閉。

備註

傳回 zip 檔案批注,如果沒有,則傳回 null。

Java 文件 java.util.zip.ZipFile.getComment()

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於