Java.Nio.Charset.CodingErrorAction Members

The members of Java.Nio.Charset.CodingErrorAction 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]
static
IgnoreCodingErrorAction. Denotes the action to ignore any errors.
[read-only]
static
ReplaceCodingErrorAction. Denotes the action to fill in the output with a replacement character when malformed input or an unmappable character is encountered.
[read-only]
static
ReportCodingErrorAction. Denotes the action to report the encountered error in an appropriate manner, for example to throw an exception or return an informative result.

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.