The members of Java.Nio.Charset.CoderResult are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[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. |
Length()Returns the length of the erroneous input. | ||
static | MalformedForLength(int)Gets a CoderResult object indicating a malformed-input error. | |
ThrowException()Throws an exception corresponding to this coder result. | ||
static | UnmappableForLength(int)Gets a CoderResult object indicating an unmappable character error. |