CodingErrorAction.Replace Property

Definition

Action indicating that a coding error is to be handled by dropping the erroneous input, appending the coder's replacement value to the output buffer, and resuming the coding operation.

[Android.Runtime.Register("REPLACE")]
public static Java.Nio.Charset.CodingErrorAction? Replace { get; }
[<Android.Runtime.Register("REPLACE")>]
static member Replace : Java.Nio.Charset.CodingErrorAction

Property Value

Attributes

Remarks

Action indicating that a coding error is to be handled by dropping the erroneous input, appending the coder's replacement value to the output buffer, and resuming the coding operation.

Java documentation for java.nio.charset.CodingErrorAction.REPLACE.

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