Java.Util.Zip.ZipInputStream.CreateZipEntry Method
creates a Java.Util.Zip.ZipEntry with the given name.

Syntax

[Android.Runtime.Register("createZipEntry", "(Ljava/lang/String;)Ljava/util/zip/ZipEntry;", "GetCreateZipEntry_Ljava_lang_String_Handler")]
protected virtual ZipEntry CreateZipEntry (string name)

Parameters

name
the name of the entry.

Returns

Documentation for this section has not yet been entered.

Remarks

creates a Java.Util.Zip.ZipEntry with the given name.

[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