Parcel.ReadLong Method

Definition

Read a long integer value from the parcel at the current dataPosition().

[Android.Runtime.Register("readLong", "()J", "")]
public long ReadLong ();
[<Android.Runtime.Register("readLong", "()J", "")>]
member this.ReadLong : unit -> int64

Returns

Attributes

Remarks

Read a long integer value from the parcel at the current dataPosition().

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

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