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
[read-only] | IsError | bool. Returns true if this result represents a malformed-input error or an unmappable-character error. |
[read-only] | IsMalformed | bool. Returns true if this result represents a malformed-input error. |
[read-only] | IsOverflow | bool. Returns true if this result is an overflow condition. |
[read-only] | IsUnderflow | bool. Returns true if this result is an underflow condition. |
[read-only] | IsUnmappable | bool. Returns true if this result represents an unmappable-character error. |
[read-only] static | Overflow | CoderResult. 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 | Underflow | CoderResult. Result object indicating that there is insufficient data in the encoding/decoding buffer or that additional data is required. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |