Parcel.DataAvail Method

Definition

Returns the amount of data remaining to be read from the parcel.

[Android.Runtime.Register("dataAvail", "()I", "")]
public int DataAvail ();
[<Android.Runtime.Register("dataAvail", "()I", "")>]
member this.DataAvail : unit -> int

Returns

Attributes

Remarks

Returns the amount of data remaining to be read from the parcel. That is, #dataSize-#dataPosition.

Java documentation for android.os.Parcel.dataAvail().

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