Java.Util.Zip.ZipOutputStream.SetComment Method
Sets the comment associated with the file being written.

Syntax

[Android.Runtime.Register("setComment", "(Ljava/lang/String;)V", "GetSetComment_Ljava_lang_String_Handler")]
public virtual void SetComment (string comment)

Parameters

comment
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the comment is >= 64 Ki encoded bytes.

Remarks

Sets the comment associated with the file being written. See ZipFile.Comment.

[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