Java.Nio.Channels.Channels.NewWriter Method
Returns a writer that encodes characters with the specified encoder and sends the bytes to the specified channel.

Syntax

[Android.Runtime.Register("newWriter", "(Ljava/nio/channels/WritableByteChannel;Ljava/nio/charset/CharsetEncoder;I)Ljava/io/Writer;", "")]
public static Java.IO.Writer NewWriter (IWritableByteChannel channel, Java.Nio.Charset.CharsetEncoder encoder, int minBufferCapacity)

Parameters

channel
the Channel to write to.
encoder
the CharsetEncoder to be used.
minBufferCapacity
the minimum size of the byte buffer, -1 means to use the default size.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a writer that encodes characters with the specified encoder and sends the bytes to the specified channel.

[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