Parcel.CreateByteArray Method

Definition

Read and return a byte[] object from the parcel.

[Android.Runtime.Register("createByteArray", "()[B", "")]
public byte[]? CreateByteArray ();
[<Android.Runtime.Register("createByteArray", "()[B", "")>]
member this.CreateByteArray : unit -> byte[]

Returns

Byte[]
Attributes

Remarks

Read and return a byte[] object from the parcel.

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

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