Java.Lang.ClassLoader.GetResourceAsStream Method
Returns a stream for the resource with the specified name.

Syntax

[Android.Runtime.Register("getResourceAsStream", "(Ljava/lang/String;)Ljava/io/InputStream;", "GetGetResourceAsStream_Ljava_lang_String_Handler")]
public virtual System.IO.Stream GetResourceAsStream (string resName)

See Also

Class.GetResourceAsStream(string)

Parameters

resName
the name of the resource to find.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a stream for the resource with the specified name. See ClassLoader.GetResource(string) for a description of the lookup algorithm used to find the resource.

[Android Documentation]

Requirements

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