Android.OS.Parcel.ReadByteArray Method
Read a byte[] object from the parcel and copy it into the given byte array.

Syntax

[Android.Runtime.Register("readByteArray", "([B)V", "")]
public void ReadByteArray (byte[] val)

Parameters

val
Documentation for this section has not yet been entered.

Remarks

Read a byte[] object from the parcel and copy it into the given byte array.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1