CoderResult.Overflow Property

Definition

Result object indicating overflow, meaning that there is insufficient room in the output buffer.

[Android.Runtime.Register("OVERFLOW")]
public static Java.Nio.Charset.CoderResult? Overflow { get; }
[<Android.Runtime.Register("OVERFLOW")>]
static member Overflow : Java.Nio.Charset.CoderResult

Property Value

Attributes

Remarks

Result object indicating overflow, meaning that there is insufficient room in the output buffer.

Java documentation for java.nio.charset.CoderResult.OVERFLOW.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to