Java.Nio.Charset.CharsetDecoder.ImplFlush Method
Flushes this decoder.

Syntax

[Android.Runtime.Register("implFlush", "(Ljava/nio/CharBuffer;)Ljava/nio/charset/CoderResult;", "GetImplFlush_Ljava_nio_CharBuffer_Handler")]
protected virtual CoderResult ImplFlush (Java.Nio.CharBuffer out)

Parameters

out
the output buffer.

Returns

Documentation for this section has not yet been entered.

Remarks

Flushes this decoder. The default implementation does nothing and always returns CoderResult.UNDERFLOW; this method can be overridden if needed.

[Android Documentation]

Requirements

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