Java.Nio.Charset.CharsetDecoder.OnMalformedInput Method
Sets this decoder's action on malformed input errors.

Syntax

[Android.Runtime.Register("onMalformedInput", "(Ljava/nio/charset/CodingErrorAction;)Ljava/nio/charset/CharsetDecoder;", "")]
public CharsetDecoder OnMalformedInput (CodingErrorAction newAction)

Parameters

newAction
the new action on malformed input error.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif newAction == null.

Remarks

Sets this decoder's action on malformed input errors. This method will call the CharsetDecoder.ImplOnMalformedInput(CodingErrorAction) method with the given new action as argument.

[Android Documentation]

Requirements

Namespace: Java.Nio.Charset
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1