다음을 통해 공유


CharsetDecoder.ImplReplaceWith(String) Method

Definition

Reports a change to this decoder's replacement value.

[Android.Runtime.Register("implReplaceWith", "(Ljava/lang/String;)V", "GetImplReplaceWith_Ljava_lang_String_Handler")]
protected virtual void ImplReplaceWith (string? newReplacement);
[<Android.Runtime.Register("implReplaceWith", "(Ljava/lang/String;)V", "GetImplReplaceWith_Ljava_lang_String_Handler")>]
abstract member ImplReplaceWith : string -> unit
override this.ImplReplaceWith : string -> unit

Parameters

newReplacement
String

The replacement value

Attributes

Remarks

Reports a change to this decoder's replacement value.

The default implementation of this method does nothing. This method should be overridden by decoders that require notification of changes to the replacement.

Java documentation for java.nio.charset.CharsetDecoder.implReplaceWith(java.lang.String).

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