CoderResult.Underflow Property

Definition

Result object indicating underflow, meaning that either the input buffer has been completely consumed or, if the input buffer is not yet empty, that additional input is required.

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

Property Value

CoderResult
Attributes

Remarks

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

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