Java.Util.Zip.ZipFile.Comment Property
Returns this file's comment, or null if it doesn't have one.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this zip file has been closed.

Remarks

Returns this file's comment, or null if it doesn't have one. See ZipOutputStream.SetComment(string).

[Android Documentation]

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1