Android.App.Backup.BackupDataOutput.WriteEntityData Method
Write a chunk of data under the current entity to the backup transport.

Syntax

[Android.Runtime.Register("writeEntityData", "([BI)I", "GetWriteEntityData_arrayBIHandler")]
public virtual int WriteEntityData (byte[] data, int size)

Parameters

data
A raw data buffer to send
size
The number of bytes to be sent in this chunk

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.IO.IOExceptionif the write failed

Remarks

Write a chunk of data under the current entity to the backup transport.

[Android Documentation]

Requirements

Namespace: Android.App.Backup
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8