Java.Util.Properties.Store Method
Stores properties to the specified OutputStream, using ISO-8859-1.

Syntax

[Android.Runtime.Register("store", "(Ljava/io/OutputStream;Ljava/lang/String;)V", "GetStore_Ljava_io_OutputStream_Ljava_lang_String_Handler")]
public virtual void Store (System.IO.Stream out, string comment)

Parameters

out
the OutputStream
comment
an optional comment to be written, or null

Exceptions

TypeReason
!:NoType:IOException
Java.Lang.ClassCastExceptionif a key or value is not a string
Java.IO.IOException

Remarks

Stores properties to the specified OutputStream, using 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