Java.Util.Zip.ZipEntry.Comment Property
Returns the comment for this ZipEntry, or null if there is no comment.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the comment is >= 64 Ki UTF-8 bytes.
Java.Lang.IllegalArgumentExceptionif the comment is >= 64 Ki UTF-8 bytes.
Java.Lang.IllegalArgumentExceptionif the comment is >= 64 Ki UTF-8 bytes.
Java.Lang.IllegalArgumentExceptionif the comment is >= 64 Ki UTF-8 bytes.
Java.Lang.IllegalArgumentExceptionif the comment is >= 64 Ki UTF-8 bytes.

Remarks

Get method documentation [Android Documentation]

Returns the comment for this ZipEntry, or null if there is no comment. If we're reading a zip file using ZipInputStream, the comment is not available.

Set method documentation [Android Documentation]

Sets the comment for this ZipEntry.

Requirements

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