Example usage for Java android.app.backup BackupDataOutput fields, constructors, methods, implement or subclass
The text is from its open source code.
int | writeEntityData(byte[] data, int size) Write a chunk of data under the current entity to the backup transport. |
int | writeEntityHeader(String key, int dataSize) Mark the beginning of one record in the backup data stream. |