Javax.Xml.Transform.Stream.StreamResult.OutputStream Property
Get the byte stream that was set with setOutputStream.

Syntax

[get: Android.Runtime.Register("getOutputStream", "()Ljava/io/OutputStream;", "GetGetOutputStreamHandler")]
[set: Android.Runtime.Register("setOutputStream", "(Ljava/io/OutputStream;)V", "GetSetOutputStream_Ljava_io_OutputStream_Handler")]
public virtual System.IO.Stream OutputStream { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the byte stream that was set with setOutputStream.

Set method documentation [Android Documentation]

Set the ByteStream that is to be written to. Normally, a stream should be used rather than a reader, so that the transformer may use instructions contained in the transformation instructions to control the encoding.

Requirements

Namespace: Javax.Xml.Transform.Stream
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8