Java.Nio.Charset.CoderResult Members

The members of Java.Nio.Charset.CoderResult are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsErrorbool. Returns true if this result represents a malformed-input error or an unmappable-character error.
[read-only]
IsMalformedbool. Returns true if this result represents a malformed-input error.
[read-only]
IsOverflowbool. Returns true if this result is an overflow condition.
[read-only]
IsUnderflowbool. Returns true if this result is an underflow condition.
[read-only]
IsUnmappablebool. Returns true if this result represents an unmappable-character error.
[read-only]
static
OverflowCoderResult. Result object used to indicate that the output buffer does not have enough space available to store the result of the encoding/decoding.
[read-only]
static
UnderflowCoderResult. Result object indicating that there is insufficient data in the encoding/decoding buffer or that additional data is required.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Length() : int
Returns the length of the erroneous input.
static
MalformedForLength(int) : CoderResult
Gets a CoderResult object indicating a malformed-input error.
ThrowException()
Throws an exception corresponding to this coder result.
static
UnmappableForLength(int) : CoderResult
Gets a CoderResult object indicating an unmappable character error.