Android.OS.Parcel.DataAvail Method
Returns the amount of data remaining to be read from the parcel.

Syntax

[Android.Runtime.Register("dataAvail", "()I", "")]
public int DataAvail ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the amount of data remaining to be read from the parcel. That is, Parcel.DataSize-Parcel.DataPosition.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1