Java.Nio.Charset.CoderResult: Property Members

The properties of Java.Nio.Charset.CoderResult are listed below. For a list of all members, see the CoderResult Members list.

See Also: Inherited members from Java.Lang.Object

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.