Parcel.Unmarshall(Byte[], Int32, Int32) Method

Definition

Fills the raw bytes of this Parcel with the supplied data.

[Android.Runtime.Register("unmarshall", "([BII)V", "")]
public void Unmarshall (byte[] data, int offset, int length);
[<Android.Runtime.Register("unmarshall", "([BII)V", "")>]
member this.Unmarshall : byte[] * int * int -> unit

Parameters

data
Byte[]
offset
Int32
length
Int32
Attributes

Remarks

Fills the raw bytes of this Parcel with the supplied data.

Java documentation for android.os.Parcel.unmarshall(byte[], int, int).

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