Share via


AbstractPreferences.ExportSubtree(Stream) Method

Definition

Implements the exportSubtree method as per the specification in Preferences#exportSubtree(OutputStream).

[Android.Runtime.Register("exportSubtree", "(Ljava/io/OutputStream;)V", "GetExportSubtree_Ljava_io_OutputStream_Handler")]
public override void ExportSubtree (System.IO.Stream? os);
[<Android.Runtime.Register("exportSubtree", "(Ljava/io/OutputStream;)V", "GetExportSubtree_Ljava_io_OutputStream_Handler")>]
override this.ExportSubtree : System.IO.Stream -> unit

Parameters

os
Stream

the output stream on which to emit the XML document.

Attributes

Exceptions

Remarks

Implements the exportSubtree method as per the specification in Preferences#exportSubtree(OutputStream).

Java documentation for java.util.prefs.AbstractPreferences.exportSubtree(java.io.OutputStream).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to