CharsetEncoder.ImplOnUnmappableCharacter(CodingErrorAction) Method

Definition

Reports a change to this encoder's unmappable-character action.

[Android.Runtime.Register("implOnUnmappableCharacter", "(Ljava/nio/charset/CodingErrorAction;)V", "GetImplOnUnmappableCharacter_Ljava_nio_charset_CodingErrorAction_Handler")]
protected virtual void ImplOnUnmappableCharacter (Java.Nio.Charset.CodingErrorAction? newAction);
[<Android.Runtime.Register("implOnUnmappableCharacter", "(Ljava/nio/charset/CodingErrorAction;)V", "GetImplOnUnmappableCharacter_Ljava_nio_charset_CodingErrorAction_Handler")>]
abstract member ImplOnUnmappableCharacter : Java.Nio.Charset.CodingErrorAction -> unit
override this.ImplOnUnmappableCharacter : Java.Nio.Charset.CodingErrorAction -> unit

Parameters

newAction
CodingErrorAction

The new action

Attributes

Remarks

Reports a change to this encoder's unmappable-character action.

The default implementation of this method does nothing. This method should be overridden by encoders that require notification of changes to the unmappable-character action.

Java documentation for java.nio.charset.CharsetEncoder.implOnUnmappableCharacter(java.nio.charset.CodingErrorAction).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to