Java.Nio.Channels.Channels.NewReader Method
Returns a reader that decodes bytes from a channel.

Syntax

[Android.Runtime.Register("newReader", "(Ljava/nio/channels/ReadableByteChannel;Ljava/nio/charset/CharsetDecoder;I)Ljava/io/Reader;", "")]
public static Java.IO.Reader NewReader (IReadableByteChannel channel, Java.Nio.Charset.CharsetDecoder decoder, int minBufferCapacity)

Parameters

channel
the Channel to be read.
decoder
the Charset decoder 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 reader that decodes bytes from a 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