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")>]
member this.Overflow : Java.Nio.Charset.CoderResult

Property Value

CoderResult
Attributes

Remarks

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