Java.Util.Properties.Load Method
Loads properties from the specified InputStream, assumed to be ISO-8859-1.

Syntax

[Android.Runtime.Register("load", "(Ljava/io/InputStream;)V", "GetLoad_Ljava_io_InputStream_Handler")]
public virtual void Load (System.IO.Stream in)

Parameters

in
the InputStream

Exceptions

TypeReason
Java.IO.IOException

Remarks

Loads properties from the specified InputStream, assumed to be ISO-8859-1. See "".

[Android Documentation]

Requirements

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