Java.Nio.Channels.Channels.NewOutputStream Method
Returns an output stream on the given channel.

Syntax

[Android.Runtime.Register("newOutputStream", "(Ljava/nio/channels/WritableByteChannel;)Ljava/io/OutputStream;", "")]
public static System.IO.Stream NewOutputStream (IWritableByteChannel channel)

Parameters

channel
the channel to be wrapped by an OutputStream.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an output stream on the given channel. The resulting stream has the following properties:

[Android Documentation]

Requirements

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