CharsetEncoder.ImplReplaceWith(Byte[]) Method

Definition

Reports a change to this encoder's replacement value.

[Android.Runtime.Register("implReplaceWith", "([B)V", "GetImplReplaceWith_arrayBHandler")]
protected virtual void ImplReplaceWith (byte[]? newReplacement);
[<Android.Runtime.Register("implReplaceWith", "([B)V", "GetImplReplaceWith_arrayBHandler")>]
abstract member ImplReplaceWith : byte[] -> unit
override this.ImplReplaceWith : byte[] -> unit

Parameters

newReplacement
Byte[]

The replacement value

Attributes

Remarks

Reports a change to this encoder's replacement value.

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

Java documentation for java.nio.charset.CharsetEncoder.implReplaceWith(byte[]).

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