Java.Nio.Charset.CharsetDecoder.ImplOnMalformedInput Method
Notifies that this decoder's CodingErrorAction specified for malformed input error has been changed.

Syntax

[Android.Runtime.Register("implOnMalformedInput", "(Ljava/nio/charset/CodingErrorAction;)V", "GetImplOnMalformedInput_Ljava_nio_charset_CodingErrorAction_Handler")]
protected virtual void ImplOnMalformedInput (CodingErrorAction newAction)

Parameters

newAction
the new action.

Remarks

Notifies that this decoder's CodingErrorAction specified for malformed input error has been changed. The default implementation does nothing; 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