Android.OS.Parcel.WriteByteArray Method
Write a byte array into the parcel at the current Parcel.DataPosition, growing Parcel.DataCapacity if needed.

Syntax

[Android.Runtime.Register("writeByteArray", "([B)V", "")]
public void WriteByteArray (byte[] b)

Parameters

b
Bytes to place into the parcel.

Remarks

Write a byte array into the parcel at the current Parcel.DataPosition, growing Parcel.DataCapacity if needed.

[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