Parcel.Unmarshall(Byte[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.