Java.Util.Jar.JarFile.GetJarEntry Method
Return the JarEntry specified by its name or null if no such entry exists.

Syntax

[Android.Runtime.Register("getJarEntry", "(Ljava/lang/String;)Ljava/util/jar/JarEntry;", "GetGetJarEntry_Ljava_lang_String_Handler")]
public virtual JarEntry GetJarEntry (string name)

Parameters

name
the name of the entry in the JAR file.

Returns

Documentation for this section has not yet been entered.

Remarks

Return the JarEntry specified by its name or null if no such entry exists.

[Android Documentation]

Requirements

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