Android.App.Backup.BackupDataOutput Members

The members of Android.App.Backup.BackupDataOutput are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.