Java.Nio.Charset.CoderResult.MalformedForLength Method
Gets a CoderResult object indicating a malformed-input error.

Syntax

[Android.Runtime.Register("malformedForLength", "(I)Ljava/nio/charset/CoderResult;", "")]
public static CoderResult MalformedForLength (int length)

Parameters

length
the length of the malformed-input.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif length is non-positive.

Remarks

Gets a CoderResult object indicating a malformed-input error.

[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