Java.Util.Zip.ZipOutputStream.SetMethod Method
Sets the default compression method to be used when a ZipEntry doesn't explicitly specify a method.

Syntax

[Android.Runtime.Register("setMethod", "(I)V", "GetSetMethod_IHandler")]
public virtual void SetMethod (int method)

Parameters

method
Documentation for this section has not yet been entered.

Remarks

Sets the default compression method to be used when a ZipEntry doesn't explicitly specify a method. See ZipEntry.Method for more details.

[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