Org.XmlPull.V1.IXmlSerializer.SetOutput Method
Set to use binary output stream with given encoding.

Syntax

[Android.Runtime.Register("setOutput", "(Ljava/io/OutputStream;Ljava/lang/String;)V", "GetSetOutput_Ljava_io_OutputStream_Ljava_lang_String_Handler:Org.XmlPull.V1.IXmlSerializerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void SetOutput (System.IO.Stream os, string encoding)

Parameters

os
Documentation for this section has not yet been entered.
encoding
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOException
Java.Lang.IllegalArgumentException
Java.Lang.IllegalStateException

Remarks

Set to use binary output stream with given encoding.

[Android Documentation]

Requirements

Namespace: Org.XmlPull.V1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1