Parcel.DataSize Method

Definition

Returns the total amount of data contained in the parcel.

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

Returns

Attributes

Remarks

Returns the total amount of data contained in the parcel.

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

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