Android.App.Backup.BackupDataOutput: Method Members

The methods of Android.App.Backup.BackupDataOutput are listed below. For a list of all members, see the BackupDataOutput Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

WriteEntityData(byte[], int) : int
Write a chunk of data under the current entity to the backup transport.
WriteEntityDataAsync(byte[], int) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.
WriteEntityHeader(string, int) : int
Mark the beginning of one record in the backup data stream.
WriteEntityHeaderAsync(string, int) : System.Threading.Tasks.Task<int>
Documentation for this section has not yet been entered.