FullBackupDataOutput
public
class
FullBackupDataOutput
extends Object
java.lang.Object | |
↳ | android.app.backup.FullBackupDataOutput |
Provides the interface through which a BackupAgent
writes entire files
to a full backup data set, via its BackupAgent#onFullBackup(FullBackupDataOutput)
method.
Summary
Public methods | |
---|---|
long
|
getQuota()
Returns the quota in bytes for the application's current backup operation. |
int
|
getTransportFlags()
Returns flags with additional information about the backup transport. |
Inherited methods | |
---|---|
Public methods
getQuota
public long getQuota ()
Returns the quota in bytes for the application's current backup operation. The value can vary for each operation.
Returns | |
---|---|
long |
See also:
getTransportFlags
public int getTransportFlags ()
Returns flags with additional information about the backup transport. For supported flags see
BackupAgent
Returns | |
---|---|
int |
See also: