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

Syntax

[Android.Runtime.Register("getSystemResourceAsStream", "(Ljava/lang/String;)Ljava/io/InputStream;", "")]
public static System.IO.Stream GetSystemResourceAsStream (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. The system class loader's resource lookup algorithm is used to find the resource. Basically, the contents of the java.class.path are searched in order, looking for a path which matches the specified 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