CharsetDecoder.ImplOnMalformedInput(CodingErrorAction) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reports a change to this decoder's malformed-input action.
[Android.Runtime.Register("implOnMalformedInput", "(Ljava/nio/charset/CodingErrorAction;)V", "GetImplOnMalformedInput_Ljava_nio_charset_CodingErrorAction_Handler")]
protected virtual void ImplOnMalformedInput (Java.Nio.Charset.CodingErrorAction? newAction);
[<Android.Runtime.Register("implOnMalformedInput", "(Ljava/nio/charset/CodingErrorAction;)V", "GetImplOnMalformedInput_Ljava_nio_charset_CodingErrorAction_Handler")>]
abstract member ImplOnMalformedInput : Java.Nio.Charset.CodingErrorAction -> unit
override this.ImplOnMalformedInput : Java.Nio.Charset.CodingErrorAction -> unit
Parameters
- newAction
- CodingErrorAction
The new action
- Attributes
Remarks
Reports a change to this decoder's malformed-input action.
The default implementation of this method does nothing. This method should be overridden by decoders that require notification of changes to the malformed-input action.
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.